[New-bugs-announce] [issue7373] Use PyModule_AddIntMacro() in Modules/gcmodule.c

Jon Parise report at bugs.python.org
Sun Nov 22 00:56:46 CET 2009


New submission from Jon Parise <jon at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7373>
_______________________________________


More information about the New-bugs-announce mailing list