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 Dragoljub, vstinner, xtreak
Date 2018-11-12.16:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542041420.44.0.788709270274.issue35195@psf.upfronthosting.co.za>
In-reply-to
Content
Can someone please try to write an example which only uses the stdlib?

> The culprit is the isdigit function called in the parsers extension module.

What are these extensions? Where do them come from?

> Any way you can help test out a config setting to avoid the locale changes on Python 3.7.0a4+?

(I fixed 2.7 => 3.7)

I don't understand which "locale changes" you are talking about. You can change the locale using locale.setlocale().
History
Date User Action Args
2018-11-12 16:50:20vstinnersetrecipients: + vstinner, xtreak, Dragoljub
2018-11-12 16:50:20vstinnersetmessageid: <1542041420.44.0.788709270274.issue35195@psf.upfronthosting.co.za>
2018-11-12 16:50:20vstinnerlinkissue35195 messages
2018-11-12 16:50:20vstinnercreate