[issue1782] PyModule_AddIntConstant and PyModule_AddStringConstant can leak

Guido van Rossum report at bugs.python.org
Thu Jan 10 18:31:41 CET 2008


Guido van Rossum added the comment:

These are meant purely for the convenience of module initialization, and
there correct handling of reference counts in the light of failures is
of marginal importance.  So while these may technically have leaks, you
shouldn't care.

----------
nosy: +gvanrossum

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1782>
__________________________________


More information about the Python-bugs-list mailing list