[issue37812] Make implicit returns explicit in longobject.c (in CHECK_SMALL_INT)

Greg Price report at bugs.python.org
Sat Aug 10 17:31:48 EDT 2019


Greg Price <gnprice at gmail.com> added the comment:

I've just sent GH-15203 which is the first of two patches for this. It's quite small.

The second patch, which completes the change, is also small:
https://github.com/gnprice/cpython/commit/c6b905104

It depends on the first one, so I think the easiest is for me to send it as a PR after the first is merged? Happy to do another workflow if that'd make review easier. (I don't see guidance in the devguide on handling a sequence of patches, so I'm making this up.)

----------
nosy: +aeros167, mark.dickinson, sir-sigurd

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37812>
_______________________________________


More information about the Python-bugs-list mailing list