]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45953: Preserve backward compatibility on some PyThreadState field names. (GH...
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 1 Feb 2022 17:02:25 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 17:02:25 +0000 (09:02 -0800)
commitf78be59c83c151d94902daef56218530c52e29e7
tree5c671e025527b44b3bb65bafbf6482ce592f39ff
parent64568acbd88a88d54ac9b8215447f88280448dd5
bpo-45953: Preserve backward compatibility on some PyThreadState field names. (GH-31038)

The gevent project is using the two `PyThreadState` fields I renamed in gh-30590.  This PR fixes the names.  See #msg412046.
Include/cpython/pystate.h
Python/pystate.c