Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28873a7 commit 196d4deCopy full SHA for 196d4de
1 file changed
Python/pystate.c
@@ -56,7 +56,7 @@ _PyRuntimeState_Init_impl(_PyRuntimeState *runtime)
56
_Py_AuditHookEntry *audit_hook_head = runtime->audit_hook_head;
57
// bpo-42882: Preserve next_index value if Py_Initialize()/Py_Finalize()
58
// is called multiple times.
59
- int64_t unicode_next_index = runtime->unicode_ids.next_index;
+ Py_ssize_t unicode_next_index = runtime->unicode_ids.next_index;
60
61
memset(runtime, 0, sizeof(*runtime));
62
0 commit comments