diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-26 17:09:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 17:09:16 +0100 |
commit | 6eb996685e25c09499858bee4be258776e603c6f (patch) | |
tree | 7a867595182170ce05ae4eaba0eb3f8e7ff4c5e9 /Lib/test/test_httpservers.py | |
parent | 282c03d45d2d766c55904a4eb766923a2c459124 (diff) | |
download | cpython-git-6eb996685e25c09499858bee4be258776e603c6f.tar.gz |
bpo-35134: Create Include/cpython/object.h (GH-10679)
* Move object.h code surrounded by "#ifndef Py_LIMITED_API"
to a new Include/cpython/object.h header file.
* "typedef struct _typeobject PyTypeObject;" is now always defined
in object.h, but if Py_LIMITED_API is not defined,
Include/cpython/object.h also defines the structure.
* Complete the printfunc comment to mention Py_LIMITED_API define.
Diffstat (limited to 'Lib/test/test_httpservers.py')
0 files changed, 0 insertions, 0 deletions