News

Create a "header" for separating/describing sections of your Python code. I don't know about you but I like to "organize" my Python methods and functions by putting some sort of comment seperator ...
Add pycore_moduleobject.h internal header file with static inline functions to access module members: * _PyModule_GetDict() * _PyModule_GetDef() * _PyModule_GetState() These functions don't check at ...