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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, larry, mark.dickinson
Date 2013-03-21.07:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363851856.89.0.6177793153.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
- The patch contains a "#ifdef OLD_17206" that should be removed.

- I know that these macros are already used everywhere, but a test for the new feature would be nice (in _testcapimodule.c)
For example, Py_DECREF(PyLong_FromLong(0)) does not fail or leak when tests are run with -R.
History
Date User Action Args
2013-03-21 07:44:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, jcea, mark.dickinson, larry, benjamin.peterson, dmalcolm, ilblackdragon
2013-03-21 07:44:16amaury.forgeotdarcsetmessageid: <1363851856.89.0.6177793153.issue17206@psf.upfronthosting.co.za>
2013-03-21 07:44:16amaury.forgeotdarclinkissue17206 messages
2013-03-21 07:44:16amaury.forgeotdarccreate