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 jak, loewis, pitrou
Date 2010-04-25.20:54:52
SpamBayes Score 0.0022546686
Marked as misclassified No
Message-id <1272228894.25.0.139565889606.issue6483@psf.upfronthosting.co.za>
In-reply-to
Content
Well, in 2.x you didn't even have the choice. The dict of an extension module was always copied, becoming essentially immortal. In 3.x you can use an m_size>=0 so as to disable this behaviour.
History
Date User Action Args
2010-04-25 20:54:54pitrousetrecipients: + pitrou, loewis, jak
2010-04-25 20:54:54pitrousetmessageid: <1272228894.25.0.139565889606.issue6483@psf.upfronthosting.co.za>
2010-04-25 20:54:52pitroulinkissue6483 messages
2010-04-25 20:54:52pitroucreate