You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3: Handle differences in module initialization
As described here:
http://python3porting.com/cextensions.html#module-initialization
Use macros to mask the differences in the return value type of the
module init function, and invocation of either Py_InitModule3 or
PyModule_Create.
Signed-off-by: Andy Grover <agrover@redhat.com>
0 commit comments