Skip to content

Commit ca09e26

Browse files
committed
Merge remote-tracking branch 'upstream/main' into remove-delete-attr
2 parents 6584ce6 + 1c89817 commit ca09e26

File tree

16 files changed

+1416
-1735
lines changed

16 files changed

+1416
-1735
lines changed

Include/internal/pycore_ceval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ _PyCallMethodDescriptorFastWithKeywords_StackRef(
461461
int total_args);
462462

463463
PyAPI_FUNC(PyObject *)
464-
_Py_CallBuiltinClass_StackRefSteal(
464+
_Py_CallBuiltinClass_StackRef(
465465
_PyStackRef callable,
466466
_PyStackRef *arguments,
467467
int total_args);

Include/internal/pycore_opcode_metadata.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)