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 belopolsky
Recipients Robin.Schreiber, belopolsky, jcea, loewis
Date 2012-09-10.03:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347247079.55.0.231463590001.issue15727@psf.upfronthosting.co.za>
In-reply-to
Content
Can you give an example of the situation that you described?  Perhaps you encountered it while refactoring some particular extension module.  Which?

In your patch new code is commented out.

PySpec_New() is not a good name.  It should be something like PyObject_FailingNew().
History
Date User Action Args
2012-09-10 03:17:59belopolskysetrecipients: + belopolsky, loewis, jcea, Robin.Schreiber
2012-09-10 03:17:59belopolskysetmessageid: <1347247079.55.0.231463590001.issue15727@psf.upfronthosting.co.za>
2012-09-10 03:17:59belopolskylinkissue15727 messages
2012-09-10 03:17:58belopolskycreate