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.smith, ezio.melotti, mark.dickinson, vstinner
Date 2018-06-28.14:45:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530197148.28.0.56676864532.issue33954@psf.upfronthosting.co.za>
In-reply-to
Content
> The bug is in _PyUnicode_InsertThousandsGrouping()

This function should take a _PyUnicodeWriter as input, not a PyUnicodeObject.
History
Date User Action Args
2018-06-28 14:45:48vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, ezio.melotti
2018-06-28 14:45:48vstinnersetmessageid: <1530197148.28.0.56676864532.issue33954@psf.upfronthosting.co.za>
2018-06-28 14:45:48vstinnerlinkissue33954 messages
2018-06-28 14:45:48vstinnercreate