Skip to content

Commit

Permalink
Apply Petr's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 27, 2024
1 parent bdb8090 commit 85227b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions peps/pep-0007.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ C dialect

* The public C API should be compatible with C99 and with C++03.

The existing API does use a few C11 features which are
commonly available as compiler extensions to C99.
New API should not use these features.

* Python 3.6 to 3.10 use C89 with several select C99 features:

- Standard integer types in ``<stdint.h>`` and ``<inttypes.h>``. We
Expand Down

0 comments on commit 85227b7

Please sign in to comment.