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 eric.snow, vstinner
Date 2019-11-18.16:39:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574095191.85.0.282481742518.issue38631@roundup.psfhosted.org>
In-reply-to
Content
New changeset 04394df74b3d0783893da7dafa7803a003516402 by Victor Stinner in branch 'master':
bpo-38631: Avoid Py_FatalError() in float.__getformat__() (GH-17232)
https://github.com/python/cpython/commit/04394df74b3d0783893da7dafa7803a003516402
History
Date User Action Args
2019-11-18 16:39:51vstinnersetrecipients: + vstinner, eric.snow
2019-11-18 16:39:51vstinnersetmessageid: <1574095191.85.0.282481742518.issue38631@roundup.psfhosted.org>
2019-11-18 16:39:51vstinnerlinkissue38631 messages
2019-11-18 16:39:51vstinnercreate