Files
cpython/Python
Victor Stinner 4a21e57fe5 bpo-40268: Remove unused structmember.h includes (GH-19530)
If only offsetof() is needed: include stddef.h instead.

When structmember.h is used, add a comment explaining that
PyMemberDef is used.
2020-04-15 02:35:41 +02:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library