mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137437)
gh-136823: Update documentation on excluded headers in Python.h (GH-136824)
(cherry picked from commit c2428ca9ea)
Co-authored-by: Sina Zel taat <111974143+SZeltaat@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
parent
a03dd74c94
commit
e3d102ecdc
2 changed files with 32 additions and 6 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
|
||||
// Include standard header files
|
||||
// When changing these files, remember to update Doc/extending/extending.rst.
|
||||
#include <assert.h> // assert()
|
||||
#include <inttypes.h> // uintptr_t
|
||||
#include <limits.h> // INT_MAX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue