gh-106320: Re-add some PyLong/PyDict C-API functions by scoder · Pull Request #111162 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
…) and _PyLong_GCD() to the public header files since they are used by third-party packages and there is no efficient replacement. See python#111140 See python#111139
This was referenced
scoder
changed the title
gh-106320: Re-add some PyLong C-API functions
gh-106320: Re-add some PyLong/PyDict C-API functions
scoder
deleted the
readd_pylong_capi
branch
aisk pushed a commit to aisk/cpython that referenced this pull request
…#111162) * pythongh-106320: Re-add _PyLong_FromByteArray(), _PyLong_AsByteArray() and _PyLong_GCD() to the public header files since they are used by third-party packages and there is no efficient replacement. See python#111140 See python#111139 * pythongh-111262: Re-add _PyDict_Pop() to have a C-API until a new public one is designed.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
…#111162) * pythongh-106320: Re-add _PyLong_FromByteArray(), _PyLong_AsByteArray() and _PyLong_GCD() to the public header files since they are used by third-party packages and there is no efficient replacement. See python#111140 See python#111139 * pythongh-111262: Re-add _PyDict_Pop() to have a C-API until a new public one is designed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters