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 mjpieters, serhiy.storchaka, vstinner
Date 2017-05-31.14:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496241663.98.0.767942525345.issue30524@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, it's my fault: it's a bug coming from FASTCALL optimizations. The strange thing is that the bug wasn't catched by the giant Python test suite :-(

I knew that _PyStack_UnpackDict() has a bug in Python 3.6, but I completely forgot to fix it :-(

https://github.com/python/cpython/pull/1886 fixes the bug, but has not test yet.
History
Date User Action Args
2017-05-31 14:41:04vstinnersetrecipients: + vstinner, mjpieters, serhiy.storchaka
2017-05-31 14:41:03vstinnersetmessageid: <1496241663.98.0.767942525345.issue30524@psf.upfronthosting.co.za>
2017-05-31 14:41:03vstinnerlinkissue30524 messages
2017-05-31 14:41:03vstinnercreate