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 pitrou
Recipients Mark.Shannon, benjamin.peterson, giampaolo.rodola, gregory.p.smith, jcon, pitrou, pjenvey, rhettinger, terry.reedy, vstinner
Date 2012-01-31.12:55:32
SpamBayes Score 0.00039277138
Marked as misclassified No
Message-id <1328014533.04.0.464082635562.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
As Victor I think the tunables could be changed separately, unless they truely get in the way of the shared-keys optimization.

By the way, there will need a "protection" for the case where instances are used as bags of key/value pairs (dict-alikes with attribute access). Perhaps bound the size of the keys array to 100 entries and then switch into unshared mode.
History
Date User Action Args
2012-01-31 12:55:33pitrousetrecipients: + pitrou, rhettinger, terry.reedy, gregory.p.smith, vstinner, giampaolo.rodola, pjenvey, benjamin.peterson, Mark.Shannon, jcon
2012-01-31 12:55:33pitrousetmessageid: <1328014533.04.0.464082635562.issue13903@psf.upfronthosting.co.za>
2012-01-31 12:55:32pitroulinkissue13903 messages
2012-01-31 12:55:32pitroucreate