]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95007: Remove the NoneType return converter (GH-95019)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Jul 2022 05:42:02 +0000 (08:42 +0300)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 05:42:02 +0000 (08:42 +0300)
commit74b5e4ce80858ac5c7d03411cb8cce7e6865f181
tree229fd5a02d8fc5615190ac61e411cebb0c94dae6
parentbe09bae608cae90e50dbf71b585b5ee386fdd952
gh-95007: Remove the NoneType return converter (GH-95019)

It has confusing semantic which does not provide any benefit (the
only difference is that you should write "return Py_None" instead
of "Py_RETURN_NONE"), it is not currently used, and it is broken.
Tools/clinic/clinic.py