Files
cpython/Include
Christian Heimes 74b8e76ec1 Don't repeat yourself
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
2008-01-22 15:25:18 +00:00
..
2008-01-22 15:25:18 +00:00
2007-12-19 19:41:06 +00:00
2008-01-22 15:01:25 +00:00