mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-135379: Move PyLong_CheckCompact to private header and rename it (GH-135707)
This commit is contained in:
parent
ff639af8ee
commit
0243260284
7 changed files with 26 additions and 26 deletions
|
@ -687,7 +687,7 @@ NON_ESCAPING_FUNCTIONS = (
|
|||
"PyStackRef_IsValid",
|
||||
"PyStackRef_Wrap",
|
||||
"PyStackRef_Unwrap",
|
||||
"PyLong_CheckCompact",
|
||||
"_PyLong_CheckExactAndCompact",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue