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 ncoghlan
Recipients abarry, brett.cannon, ncoghlan, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-09-07.06:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473228674.89.0.365852205644.issue27137@psf.upfronthosting.co.za>
In-reply-to
Content
Attempting to apply this, I found that the pure Python fallback fails the new recursive repr tests added in https://bugs.python.org/issue25455

The recursive pickling test is also failing, but I suspect that may be due to an error in my attempt to apply parts of the patch manually after they failed to apply due to the #25455 changes.

Emanuel, would you be able to take another pass at this and resolve those inconsistencies? Otherwise I should be able to get to it on the weekend (and hence still in time for beta 1)
History
Date User Action Args
2016-09-07 06:11:14ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, vstinner, serhiy.storchaka, xiang.zhang, abarry
2016-09-07 06:11:14ncoghlansetmessageid: <1473228674.89.0.365852205644.issue27137@psf.upfronthosting.co.za>
2016-09-07 06:11:14ncoghlanlinkissue27137 messages
2016-09-07 06:11:14ncoghlancreate