New submission from Jon Parise <j...@indelible.org>: The attached patch uses PyModule_AddIntMacro() to register the gc module's constants instead of using a local ADD_INT() macro.
---------- components: Interpreter Core files: gc_macros-trunk.patch keywords: patch messages: 95589 nosy: jon severity: normal status: open title: Use PyModule_AddIntMacro() in Modules/gcmodule.c type: feature request versions: Python 2.7, Python 3.2 Added file: http://bugs.python.org/file15378/gc_macros-trunk.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com