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 eli.bendersky
Recipients barry, eli.bendersky, ncoghlan, terry.reedy
Date 2011-01-14.05:32:05
SpamBayes Score 6.1163504e-08
Marked as misclassified No
Message-id <1294983129.57.0.5571815612.issue9844@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch that removes the call of the non-existing function in py3k. I ran the test suite and make patchcheck.

I don't remove the whole __INSURE__ since someone might still want it in (and I don't have the tool to play around with it). But the call should definitely go, since it won't compile this way.

Nick, Terry - your approval - and I'll commit this.
History
Date User Action Args
2011-01-14 05:32:09eli.benderskysetrecipients: + eli.bendersky, barry, terry.reedy, ncoghlan
2011-01-14 05:32:09eli.benderskysetmessageid: <1294983129.57.0.5571815612.issue9844@psf.upfronthosting.co.za>
2011-01-14 05:32:06eli.benderskylinkissue9844 messages
2011-01-14 05:32:05eli.benderskycreate