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 ned.deily
Recipients Christian.Tismer, eric.snow, larry, ned.deily, pitrou, serhiy.storchaka
Date 2018-06-09.19:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528573004.61.0.592728768989.issue33738@psf.upfronthosting.co.za>
In-reply-to
Content
As I noted on PR 7477, I decided to merge the change to master so it would get some buildbot exposure before deciding whether to backport for 3.7.0rc1 which is coming up shortly.  I notice that the change introduced a compiler warning.  Should that be fixed?

..\Objects\exceptions.c(349): warning C4090: 'return': different 'const' qualifiers [D:\buildarea\3.x.ware-win81-release\build\PCbuild\pythoncore.vcxproj]

http://buildbot.python.org/all/#/builders/12/builds/960
History
Date User Action Args
2018-06-09 19:36:44ned.deilysetrecipients: + ned.deily, pitrou, larry, eric.snow, serhiy.storchaka, Christian.Tismer
2018-06-09 19:36:44ned.deilysetmessageid: <1528573004.61.0.592728768989.issue33738@psf.upfronthosting.co.za>
2018-06-09 19:36:44ned.deilylinkissue33738 messages
2018-06-09 19:36:44ned.deilycreate