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 vstinner
Recipients flox, theller, vstinner
Date 2010-07-28.00:22:38
SpamBayes Score 1.367231e-06
Marked as misclassified No
Message-id <1280276562.73.0.492875434723.issue8966@psf.upfronthosting.co.za>
In-reply-to
Content
I commited both patches to 3.2, but I splitted them in a different way:
 - r83191 "fixes" tests (remove implicit conversion)
 - r83195 removes the implicit conversion in ctypes

So it's easier to review the commits and revert the second commit.
History
Date User Action Args
2010-07-28 00:22:43vstinnersetrecipients: + vstinner, theller, flox
2010-07-28 00:22:42vstinnersetmessageid: <1280276562.73.0.492875434723.issue8966@psf.upfronthosting.co.za>
2010-07-28 00:22:40vstinnerlinkissue8966 messages
2010-07-28 00:22:39vstinnercreate