mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
GH-127705: Use _PyStackRefs in the default build. (GH-127875)
This commit is contained in:
parent
7cc99a54b7
commit
2bef8ea8ea
21 changed files with 688 additions and 254 deletions
|
|
@ -586,6 +586,7 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
|
|||
"PySlice_New",
|
||||
"PyStackRef_AsPyObjectBorrow",
|
||||
"PyStackRef_AsPyObjectNew",
|
||||
"PyStackRef_FromPyObjectNewMortal",
|
||||
"PyStackRef_AsPyObjectSteal",
|
||||
"PyStackRef_CLEAR",
|
||||
"PyStackRef_CLOSE_SPECIALIZED",
|
||||
|
|
@ -595,7 +596,10 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
|
|||
"PyStackRef_FromPyObjectNew",
|
||||
"PyStackRef_FromPyObjectSteal",
|
||||
"PyStackRef_IsExactly",
|
||||
"PyStackRef_FromPyObjectStealMortal",
|
||||
"PyStackRef_IsNone",
|
||||
"PyStackRef_Is",
|
||||
"PyStackRef_IsHeapSafe",
|
||||
"PyStackRef_IsTrue",
|
||||
"PyStackRef_IsFalse",
|
||||
"PyStackRef_IsNull",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue