Skip to content

Commit e35d157

Browse files
Merge branch 'main' into fix-uop-recording-148285
2 parents 2fce2e9 + e872c19 commit e35d157

File tree

11 files changed

+313
-254
lines changed

11 files changed

+313
-254
lines changed

Include/internal/pycore_ceval.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,21 +439,21 @@ _Py_BuiltinCallFast_StackRef(
439439
int total_args);
440440

441441
PyAPI_FUNC(PyObject *)
442-
_Py_BuiltinCallFastWithKeywords_StackRefSteal(
442+
_Py_BuiltinCallFastWithKeywords_StackRef(
443443
_PyStackRef callable,
444444
_PyStackRef *arguments,
445445
int total_args);
446446

447447
PyAPI_FUNC(PyObject *)
448-
_PyCallMethodDescriptorFast_StackRefSteal(
448+
_PyCallMethodDescriptorFast_StackRef(
449449
_PyStackRef callable,
450450
PyCFunctionFast cfunc,
451451
PyObject *self,
452452
_PyStackRef *arguments,
453453
int total_args);
454454

455455
PyAPI_FUNC(PyObject *)
456-
_PyCallMethodDescriptorFastWithKeywords_StackRefSteal(
456+
_PyCallMethodDescriptorFastWithKeywords_StackRef(
457457
_PyStackRef callable,
458458
PyCFunctionFastWithKeywords cfunc,
459459
PyObject *self,

Include/internal/pycore_opcode_metadata.h

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

Include/internal/pycore_uop_ids.h

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

0 commit comments

Comments
 (0)