]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Neaten-up setobject.h
authorRaymond Hettinger <python@rcn.com>
Sat, 27 Dec 2014 01:28:16 +0000 (17:28 -0800)
committerRaymond Hettinger <python@rcn.com>
Sat, 27 Dec 2014 01:28:16 +0000 (17:28 -0800)
commit404a45d91a3f5becee553f52a7b1cb55b6d62b5c
tree5042f0d05765e9a0b899459333c3ab270ff7ba57
parent0f9f7497d0b060b55ba72235cdab192adaeb2fba
Neaten-up setobject.h
- Move all Py_LIMITED_API exclusions together under one #ifndef
- Group PyAPI_FUNC functions and PyAPI_DATA together.
- Bring related comments together and put them in the appropriate section.
Include/setobject.h