Skip to content

Commit

Permalink
Fix linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Nov 9, 2024
1 parent 0e50451 commit 72519ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/specialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ PyObject *descr, DescriptorClassification kind, bool is_method)
return 1;
}

void
static void
specialize_load_global_lock_held(
PyObject *globals, PyObject *builtins,
_Py_CODEUNIT *instr, PyObject *name)
Expand Down

0 comments on commit 72519ca

Please sign in to comment.