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 skrah
Recipients Arfrever, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-08-25.07:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120825074416.GA17685@sleipnir.bytereef.org>
In-reply-to <1345879768.53.0.213581010812.issue15573@psf.upfronthosting.co.za>
Content
> You can look at the attached memoryobject.c.gcov: *All* failure paths
> are taken since Python API functions are wrapped in macros that
> set PyExc_FailAPIError and return failure at predefined points
> the test suite.

That should read: With a patch that wraps Python API functions ...

Obviously the macros aren't in by default.
History
Date User Action Args
2012-08-25 07:44:15skrahsetrecipients: + skrah, loewis, georg.brandl, mark.dickinson, ncoghlan, pitrou, vstinner, christian.heimes, Arfrever, meador.inge, python-dev
2012-08-25 07:44:15skrahlinkissue15573 messages
2012-08-25 07:44:15skrahcreate