
report at bugs
Nov 21, 2009, 5:18 PM
Post #4 of 5
(324 views)
Permalink
|
|
[issue7373] Use PyModule_AddIntMacro() in Modules/gcmodule.c
[In reply to]
|
|
Jon Parise <jon [at] indelible> added the comment: That's true. I thought it worked the same as the ADD_INT() macro I replaced, but I see that I was wrong. Given that, perhaps the original code is best. I don't see a lot of value in replacing PyModule_AddIntConstant() with PyModule_AddIntMacro() within ADD_INT(). ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|