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 anacrolix
Recipients anacrolix, giampaolo.rodola, rhettinger
Date 2012-03-21.12:10:42
SpamBayes Score 7.704182e-07
Marked as misclassified No
Message-id <1332331845.05.0.910635606679.issue14373@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch to fix a crash if maxsize isn't given, and add a unit test for that.

Possible issues:

 * I've tried to emulate object() by calling PyBaseObject_Type. Not sure if there's a more lightweight object for this that just provides the needed __hash__ and __eq__ attributes.
 * Not sure if kwd_mark is deallocated correctly.
 * Can't quite work out the best way to wrap the C cache_info() method to output the _CacheInfo named tuple. The current mechanism might not be wrapping the attributes correctly.
History
Date User Action Args
2012-03-21 12:10:45anacrolixsetrecipients: + anacrolix, rhettinger, giampaolo.rodola
2012-03-21 12:10:45anacrolixsetmessageid: <1332331845.05.0.910635606679.issue14373@psf.upfronthosting.co.za>
2012-03-21 12:10:43anacrolixlinkissue14373 messages
2012-03-21 12:10:43anacrolixcreate