mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
https://github.com/python/cpython/issues/100227
This commit is contained in:
parent
cbb0aa71d0
commit
66ff374d4f
5 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ extern "C" {
|
|||
|
||||
#define FUNC_MAX_WATCHERS 8
|
||||
|
||||
struct _py_func_runtime_state {
|
||||
struct _py_func_state {
|
||||
uint32_t next_version;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue