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 meador.inge
Recipients Steve.Thompson, amaury.forgeotdarc, belopolsky, meador.inge
Date 2011-04-18.01:07:44
SpamBayes Score 2.2392327e-05
Marked as misclassified No
Message-id <1303088866.51.0.294452571885.issue11241@psf.upfronthosting.co.za>
In-reply-to
Content
Verified that this is still broken in the main development branch.  
The base type should be checked for '_type_' or '_length_' before throwing
an error.  Attached is a patch that fixes the problem and adds covering
tests.  The full test suite passed on OS X 10.6.5 and I ran
'./python.exe -m test -R : -v test_ctype' to verify that I didn't
introduce any resource leaks.
History
Date User Action Args
2011-04-18 01:07:46meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky, Steve.Thompson
2011-04-18 01:07:46meador.ingesetmessageid: <1303088866.51.0.294452571885.issue11241@psf.upfronthosting.co.za>
2011-04-18 01:07:45meador.ingelinkissue11241 messages
2011-04-18 01:07:45meador.ingecreate