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 xtreak
Recipients Arfrever, Christian H, barry, belopolsky, eric.smith, gotgenes, gregory.p.smith, mrh1997, ncoghlan, xtreak
Date 2019-05-30.10:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559212375.55.0.498357580252.issue22385@roundup.psfhosted.org>
In-reply-to
Content
This change seems to have created some compile time warnings : https://buildbot.python.org/all/#/builders/103/builds/2544/steps/3/logs/warnings__6_

Python/pystrhex.c:18:45: warning: passing argument 1 of ‘PyObject_Size’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
Python/pystrhex.c:60:27: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘Py_ssize_t’ {aka ‘const int’} [-Wsign-compare]
Python/pystrhex.c:90:29: warning: ‘sep_char’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Python/pystrhex.c:90:29: warning: ‘sep_char’ may be used uninitialized in this function [-Wmaybe-uninitialized]
History
Date User Action Args
2019-05-30 10:32:55xtreaksetrecipients: + xtreak, barry, gregory.p.smith, ncoghlan, belopolsky, eric.smith, gotgenes, Arfrever, Christian H, mrh1997
2019-05-30 10:32:55xtreaksetmessageid: <1559212375.55.0.498357580252.issue22385@roundup.psfhosted.org>
2019-05-30 10:32:55xtreaklinkissue22385 messages
2019-05-30 10:32:55xtreakcreate