Message 341284 - Python tracker

Message341284

Author serhiy.storchaka
Recipients Ellenbogen, alexandre.vassalotti, methane, pitrou, serhiy.storchaka
Date 2019-05-02.16:43:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556815398.91.0.153886846177.issue36694@roundup.psfhosted.org>
In-reply-to
Content
Great work Inada-san! Thank you for your investigations!

PR 13036 increases the chance of using borrowed references during pickling. Since this bug exists in the current code too (it just can be exposed in smaller number of cases), it should be fixed in any case. So I going to fix this bug before merging PR 13036, and fix it in a way that does not prevent the optimization.
History
Date User Action Args
2019-05-02 16:43:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, methane, Ellenbogen
2019-05-02 16:43:18serhiy.storchakasetmessageid: <1556815398.91.0.153886846177.issue36694@roundup.psfhosted.org>
2019-05-02 16:43:18serhiy.storchakalinkissue36694 messages
2019-05-02 16:43:18serhiy.storchakacreate