We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6816088 commit f1d62c2Copy full SHA for f1d62c2
pep-0007.txt
@@ -35,6 +35,9 @@ C dialect
35
<https://en.wikipedia.org/wiki/C11_%28C_standard_revision%29#Optional_features>`_.
36
The public C API should be compatible with C++.
37
38
+* Python versions up to and including 3.11 tacitly allowed signed arithmetic
39
+ overflow (wrapping around using twos-complement representation) via the `-fwrapv` compiler option.
40
+
41
* Python 3.6 to 3.10 use C89 with several select C99 features:
42
43
- Standard integer types in ``<stdint.h>`` and ``<inttypes.h>``. We
0 commit comments