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 christian.heimes, ned.deily, pitrou, serhiy.storchaka, vitaly.krug
Date 2018-06-07.06:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528353886.66.0.592728768989.issue33023@psf.upfronthosting.co.za>
In-reply-to
Content
The change to the dup() method looks as a bug fix to me. It needs to be backported to all maintained versions. New tests can be backported to all versions except perhaps 2.7 (not tested). Changes to __getstate__() will be not needed if merge issue33138 PR 6239 (they just change the error message). But it may be needed to apply them to 2.7 only.
History
Date User Action Args
2018-06-07 06:44:46serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, ned.deily, vitaly.krug
2018-06-07 06:44:46serhiy.storchakasetmessageid: <1528353886.66.0.592728768989.issue33023@psf.upfronthosting.co.za>
2018-06-07 06:44:46serhiy.storchakalinkissue33023 messages
2018-06-07 06:44:46serhiy.storchakacreate