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 vstinner
Recipients davin, martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2017-07-24.10:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500893565.66.0.889305063761.issue26762@psf.upfronthosting.co.za>
In-reply-to
Content
> With this PR, the following test fails:

Ah, it seems like test_level() alone is enough to reproduce the bug and the following PR fixes it:
https://github.com/python/cpython/pull/2842
History
Date User Action Args
2017-07-24 10:52:45vstinnersetrecipients: + vstinner, pitrou, martin.panter, serhiy.storchaka, davin
2017-07-24 10:52:45vstinnersetmessageid: <1500893565.66.0.889305063761.issue26762@psf.upfronthosting.co.za>
2017-07-24 10:52:45vstinnerlinkissue26762 messages
2017-07-24 10:52:45vstinnercreate