Message 337934 - Python tracker (original) (raw)

Message337934

Author vstinner
Recipients cstratak, matrixise, vstinner
Date 2019-03-14.15:17:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1552576670.19.0.631461155294.issue36291@roundup.psfhosted.org
In-reply-to
Content
Note for myself: Python 3 isn't affected by this issue. The issue in Python 2 is in the _match_number_str() function which doesn't exist in Python 3. In Python 3, _parse_object_unicode() uses a very different code: it calls PyFloat_FromString() or PyLong_FromString() for numstr.
History
Date User Action Args
2019-03-14 15:17:50 vstinner set recipients: + vstinner, matrixise, cstratak
2019-03-14 15:17:50 vstinner set messageid: 1552576670.19.0.631461155294.issue36291@roundup.psfhosted.org
2019-03-14 15:17:50 vstinner link issue36291 messages
2019-03-14 15:17:50 vstinner create