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-08-12.20:23:05
SpamBayes Score 0.00027518577
Marked as misclassified No
Message-id <1313180586.51.0.855322514897.issue11241@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, how about this patch?  I got rid of querying the type dictionary and hoisted the creation of the type instance earlier.  Then 'PyObject_GetAttrString' can be used to lookup '_length_' and '_type_' by the regular Python attribute lookup rules.  I extended the test cases to cover more error paths as well.
History
Date User Action Args
2011-08-12 20:23:06meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky, Steve.Thompson
2011-08-12 20:23:06meador.ingesetmessageid: <1313180586.51.0.855322514897.issue11241@psf.upfronthosting.co.za>
2011-08-12 20:23:05meador.ingelinkissue11241 messages
2011-08-12 20:23:05meador.ingecreate