• Christian Heimes's avatar
    Don't repeat yourself · 1a46bfa3
    Christian Heimes authored
    Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
    1a46bfa3
module.rst 3.73 KB