◐ Shell
clean mode source ↗

gh-106320: Re-add some PyLong/PyDict C-API functions by scoder · Pull Request #111162 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Oct 21, 2023

@scoder scoder changed the title gh-106320: Re-add some PyLong C-API functions gh-106320: Re-add some PyLong/PyDict C-API functions

Oct 25, 2023

@scoder scoder deleted the readd_pylong_capi branch

October 25, 2023 11:12

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…#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

Sep 2, 2024
…#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.

Labels