[issue9844] calling nonexisting function under __INSURE__

Eli Bendersky report at bugs.python.org
Fri Jan 14 06:32:09 CET 2011


Eli Bendersky <eliben at gmail.com> added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file20399/issue9844.py3k.1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9844>
_______________________________________


More information about the Python-bugs-list mailing list