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 brett.cannon, pitrou, vstinner, zach.ware
Date 2017-09-01.00:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504227005.35.0.92789034274.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I wrote a PR for my str(int(x)) workaround: https://github.com/python/cpython/pull/3258

I tested manually on the buildbot that it fixes all bugs listed on this issue.
History
Date User Action Args
2017-09-01 00:50:05vstinnersetrecipients: + vstinner, brett.cannon, pitrou, zach.ware
2017-09-01 00:50:05vstinnersetmessageid: <1504227005.35.0.92789034274.issue31217@psf.upfronthosting.co.za>
2017-09-01 00:50:05vstinnerlinkissue31217 messages
2017-09-01 00:50:05vstinnercreate