diff options
author | Petr Viktorin <encukou@gmail.com> | 2021-07-23 13:21:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 13:21:11 (GMT) |
commit | a4760cc32d9e5dac7be262e9736eb30502cd7be3 (patch) | |
tree | 6f791f7d6c0dacea9cdeccd68e0d405109b4bf03 /PCbuild/pythoncore.vcxproj | |
parent | 7d28a6eb90e2e381e13ba21073c6868fdf6eb058 (diff) | |
download | cpython-a4760cc32d9e5dac7be262e9736eb30502cd7be3.zip cpython-a4760cc32d9e5dac7be262e9736eb30502cd7be3.tar.gz cpython-a4760cc32d9e5dac7be262e9736eb30502cd7be3.tar.bz2 |
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260)
* Remove code that checks Py_TPFLAGS_HAVE_VERSION_TAG
The field is always present in the type struct, as explained
in the added comment.
* Remove Py_TPFLAGS_HAVE_AM_SEND
The flag is not needed, and since it was added in 3.10 it can be removed now.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
0 files changed, 0 insertions, 0 deletions