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 petdance
Recipients ezio.melotti, petdance, rhettinger, vstinner
Date 2020-02-09.01:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581213156.22.0.116677713782.issue39588@roundup.psfhosted.org>
In-reply-to
Content
Thanks for replying. I figured that might be the case, which is why I made a ticket before bothering with a pull request.

I've also seen this kind of thing around:

                i = ctx->pattern[0];
                Py_ssize_t groupref = i+i;

instead of

                Py_ssize_t groupref = ctx->pattern[0]*2;

Is that also the kind of thing we would leave for the compiler to sort out?
History
Date User Action Args
2020-02-09 01:52:36petdancesetrecipients: + petdance, rhettinger, vstinner, ezio.melotti
2020-02-09 01:52:36petdancesetmessageid: <1581213156.22.0.116677713782.issue39588@roundup.psfhosted.org>
2020-02-09 01:52:36petdancelinkissue39588 messages
2020-02-09 01:52:36petdancecreate