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 ajaksu2, amaury.forgeotdarc, arigo, donmez, gideon, rhettinger, terry.reedy
Date 2008-09-02.16:54:36
SpamBayes Score 5.9475507e-05
Marked as misclassified No
Message-id <1220374479.08.0.326296382068.issue3720@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, sorry. I have too many files opened at the same time.
Here is an updated patch.

I removed all the "assert(PyIter_Check(it))", our evil iterator used to
make them fail anyway in debug mode; and in the case of a null function
pointer, the C stack gives the same information.
History
Date User Action Args
2008-09-02 16:54:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, arigo, rhettinger, terry.reedy, ajaksu2, donmez, gideon
2008-09-02 16:54:39amaury.forgeotdarcsetmessageid: <1220374479.08.0.326296382068.issue3720@psf.upfronthosting.co.za>
2008-09-02 16:54:38amaury.forgeotdarclinkissue3720 messages
2008-09-02 16:54:37amaury.forgeotdarccreate