Message 341181 - Python tracker

Message341181

Author methane
Recipients Ellenbogen, alexandre.vassalotti, methane, serhiy.storchaka
Date 2019-05-01.07:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556696128.36.0.826362357123.issue36694@roundup.psfhosted.org>
In-reply-to
Content
I confirmed this fragmentation is caused by memo in Unpickler.

Pickler memos "reduce"-ed tuples while it is just a temporary object.
I am not sure that this behavior is good.
History
Date User Action Args
2019-05-01 07:35:28methanesetrecipients: + methane, alexandre.vassalotti, serhiy.storchaka, Ellenbogen
2019-05-01 07:35:28methanesetmessageid: <1556696128.36.0.826362357123.issue36694@roundup.psfhosted.org>
2019-05-01 07:35:28methanelinkissue36694 messages
2019-05-01 07:35:28methanecreate