mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Steve Dower <steve.dower@microsoft.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
parent
d05a4e6a0d
commit
6446408d42
9 changed files with 576 additions and 0 deletions
|
@ -319,6 +319,7 @@ Objects/exceptions.c - static_exceptions -
|
|||
Objects/genobject.c - ASYNC_GEN_IGNORED_EXIT_MSG -
|
||||
Objects/genobject.c - NON_INIT_CORO_MSG -
|
||||
Objects/longobject.c - _PyLong_DigitValue -
|
||||
Objects/longobject.c - PyLong_LAYOUT -
|
||||
Objects/object.c - _Py_SwappedOp -
|
||||
Objects/object.c - _Py_abstract_hack -
|
||||
Objects/object.c - last_final_reftotal -
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue