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 serhiy.storchaka
Recipients Ellenbogen, alexandre.vassalotti, methane, serhiy.storchaka
Date 2019-05-01.12:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556713838.51.0.67620154131.issue36694@roundup.psfhosted.org>
In-reply-to
Content
PR 13036 makes the C implementation no longer memoizing temporary objects. This decreases memory fragmentation and peak memory consumption on pickling and unpickling.
History
Date User Action Args
2019-05-01 12:30:38serhiy.storchakasetrecipients: + serhiy.storchaka, alexandre.vassalotti, methane, Ellenbogen
2019-05-01 12:30:38serhiy.storchakasetmessageid: <1556713838.51.0.67620154131.issue36694@roundup.psfhosted.org>
2019-05-01 12:30:38serhiy.storchakalinkissue36694 messages
2019-05-01 12:30:38serhiy.storchakacreate