This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients amaury.forgeotdarc, mmokrejs, tim.peters, vstinner
Date 2013-08-27.23:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377647416.39.0.374861768188.issue18843@psf.upfronthosting.co.za>
In-reply-to
Content
No, I did not know that. Thanks, I did now.

<quote>
  * Uncomment Py_USING_MEMORY_DEBUGGER in Objects/obmalloc.c,
    then rebuild Python
  * Uncomment the lines in Misc/valgrind-python.supp that
    suppress the warnings for PyObject_Free and PyObject_Realloc

</quote>

Why isn't there a configure switch for this? :(
History
Date User Action Args
2013-08-27 23:50:16mmokrejssetrecipients: + mmokrejs, tim.peters, amaury.forgeotdarc, vstinner
2013-08-27 23:50:16mmokrejssetmessageid: <1377647416.39.0.374861768188.issue18843@psf.upfronthosting.co.za>
2013-08-27 23:50:16mmokrejslinkissue18843 messages
2013-08-27 23:50:16mmokrejscreate