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 Peter Parente, louielu, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-06-20.20:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497990853.22.0.985009784949.issue30473@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is a duplicate of bpo-30524.

Louie Lu: "This bug is introduce at commit: 37e4ef7b17ce6e98ca725c0a53ae14c313c0e48c, then fixed at commit: 998c20962ca3e2e693c1635efe76c0144dde76fc"

This is the fix for master. For Python 3.6, the fix is the commit f0ff849adc6b4a01f9d1f08d9ad0f1511ff84541. I added wrote unit tests for this bug, but also for many ways to calls functions: commit b7577456c430283f8b7ec4e914b701cb943cc69b.

> Much simpler example: https://gist.github.com/parente/a4772297459f05e43e12a5820051431b

I'm able to reproduce the bug in Python 3.6 before f0ff849adc6b4a01f9d1f08d9ad0f1511ff84541, and also confirm that this commit fixes the bug.

The good news is that Python 3.6.2rc1 is already available and contains my fix, and 3.6.2 final should be released soon.
History
Date User Action Args
2017-06-20 20:34:13vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang, louielu, Peter Parente
2017-06-20 20:34:13vstinnersetmessageid: <1497990853.22.0.985009784949.issue30473@psf.upfronthosting.co.za>
2017-06-20 20:34:13vstinnerlinkissue30473 messages
2017-06-20 20:34:12vstinnercreate