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 Segev Finer
Recipients Segev Finer, amaury.forgeotdarc, flox, janglin, loewis, pitrou, python-dev, schmir, steve.dower, terry.reedy, vstinner
Date 2017-07-27.17:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501176207.96.0.762188888675.issue9566@psf.upfronthosting.co.za>
In-reply-to
Content
The only warnings that remain are:

1. The one from gcmodule.c due to dtrace, which is handled in PR 2852.
2. The peephole warnings which I'm not sure about. Are overflows possible there or not? That is, if there are already internal caps that prevent them. If they are possible, it might require a larger change to support EXTENDED_ARG in some places. i.e. can the consts table really grow larger than `unsigned int` or can a jump target be large enough to overflow?
History
Date User Action Args
2017-07-27 17:23:28Segev Finersetrecipients: + Segev Finer, loewis, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, schmir, janglin, flox, python-dev, steve.dower
2017-07-27 17:23:27Segev Finersetmessageid: <1501176207.96.0.762188888675.issue9566@psf.upfronthosting.co.za>
2017-07-27 17:23:27Segev Finerlinkissue9566 messages
2017-07-27 17:23:27Segev Finercreate