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.11:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543318880.36.0.788709270274.issue33954@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 163403a63e9272fcd14707e344122c2e3c5e0244 by Victor Stinner in branch 'master':
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
https://github.com/python/cpython/commit/163403a63e9272fcd14707e344122c2e3c5e0244
History
Date User Action Args
2018-11-27 11:41:20vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, ezio.melotti, serhiy.storchaka, xtreak
2018-11-27 11:41:20vstinnersetmessageid: <1543318880.36.0.788709270274.issue33954@psf.upfronthosting.co.za>
2018-11-27 11:41:20vstinnerlinkissue33954 messages
2018-11-27 11:41:20vstinnercreate