gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)

https://github.com/python/cpython/issues/100227
This commit is contained in:
Eric Snow 2023-03-08 15:56:36 -07:00 committed by GitHub
parent cbb0aa71d0
commit 66ff374d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ extern "C" {
#define FUNC_MAX_WATCHERS 8
struct _py_func_runtime_state {
struct _py_func_state {
uint32_t next_version;
};