• Christian Heimes's avatar
    Don't repeat yourself · 74b8e76e
    Christian Heimes yazdı
    Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
    74b8e76e