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 abacabadabacaba
Recipients abacabadabacaba
Date 2013-09-11.10:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378894942.16.0.763585748614.issue19005@psf.upfronthosting.co.za>
In-reply-to
Content
According to the documentation, PyIter_Next should raise TypeError if passed an object which is not an iterator as an argument. Instead, it calls a function through a null pointer, which leads to a crash.
History
Date User Action Args
2013-09-11 10:22:22abacabadabacabasetrecipients: + abacabadabacaba
2013-09-11 10:22:22abacabadabacabasetmessageid: <1378894942.16.0.763585748614.issue19005@psf.upfronthosting.co.za>
2013-09-11 10:22:22abacabadabacabalinkissue19005 messages
2013-09-11 10:22:22abacabadabacabacreate