diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-07-20 05:42:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 05:42:02 (GMT) |
commit | 74b5e4ce80858ac5c7d03411cb8cce7e6865f181 (patch) | |
tree | 229fd5a02d8fc5615190ac61e411cebb0c94dae6 /Modules/_io | |
parent | be09bae608cae90e50dbf71b585b5ee386fdd952 (diff) | |
download | cpython-74b5e4ce80858ac5c7d03411cb8cce7e6865f181.zip cpython-74b5e4ce80858ac5c7d03411cb8cce7e6865f181.tar.gz cpython-74b5e4ce80858ac5c7d03411cb8cce7e6865f181.tar.bz2 |
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.
Diffstat (limited to 'Modules/_io')
0 files changed, 0 insertions, 0 deletions