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 zseil
Recipients
Date 2006-03-31.17:59:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a patch for bug #1443328. It fixes both
failing cases from that bug (the second one is
in the comments) and has tests for all the cases.

On Windows with this patch applied, all test pass.

If somebody is interested in rewriting this in C,
he could use tp_slots field of the PyHeapTypeObject
structure. 
History
Date User Action Args
2007-08-23 15:47:27adminlinkissue1462313 messages
2007-08-23 15:47:27admincreate