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, serhiy.storchaka, vstinner, xtreak
Date 2018-11-27.13:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543325540.4.0.788709270274.issue33954@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy Storchaka:
"""
Objects/unicodeobject.c: In function ‘_PyUnicode_FastFill’:
Objects/unicodeobject.c:10126:24: warning: passing argument 2 of ‘unicode_fill’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
"""

Yeah, I was aware of the warning. I had a local branch but I started to make many unrelated changes and so I lost track of the issue :-)

The warning should now be fixed. Thanks for the report.

Note: it was a real bug which exists since at least Python 3.6 ;-)
History
Date User Action Args
2018-11-27 13:32:20vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, ezio.melotti, serhiy.storchaka, xtreak
2018-11-27 13:32:20vstinnersetmessageid: <1543325540.4.0.788709270274.issue33954@psf.upfronthosting.co.za>
2018-11-27 13:32:20vstinnerlinkissue33954 messages
2018-11-27 13:32:20vstinnercreate