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 nadeem.vawda
Recipients mark.dickinson, nadeem.vawda, pitrou, rhettinger
Date 2011-09-06.14:18:28
SpamBayes Score 8.83503e-05
Marked as misclassified No
Message-id <1315318718.41.0.0015267040599.issue12909@psf.upfronthosting.co.za>
In-reply-to
Content
This probably shouldn't be backported to 3.2; it could break 3rd-party
extension modules (though I would hope that nothing depends on this
behaviour...).

Also, it's worth noting that the error handling between conversion
functions still isn't completely consistent - some attempt to coerce
the argument to an integer using type->tp_as_number->nb_int, while
others fail immediately when they see that PyLong_Check() fails.
That's a less pressing issue, though.
History
Date User Action Args
2011-09-06 14:18:38nadeem.vawdasetrecipients: + nadeem.vawda, rhettinger, mark.dickinson, pitrou
2011-09-06 14:18:38nadeem.vawdasetmessageid: <1315318718.41.0.0015267040599.issue12909@psf.upfronthosting.co.za>
2011-09-06 14:18:28nadeem.vawdalinkissue12909 messages
2011-09-06 14:18:28nadeem.vawdacreate