◐ Shell
clean mode source ↗

gh-111746: Doc: Format built-in function's attributes by adorilson · Pull Request #113574 · python/cpython

and others added 5 commits

December 27, 2023 18:20
The check about the f argument type was removed in this commit:
python@2c94aa5

Thanks for Pedro Arthur Duarte (pedroarthur.jedi at gmail.com) by the help with
this bug.
…#106335)

Remove private _PyThreadState and _PyInterpreterState C API
functions: move them to the internal C API (pycore_pystate.h and
pycore_interp.h). Don't export most of these functions anymore, but
still export functions used by tests.

Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C
API, but keep it in the stable API.

hugovk

AlexWaygood

@adorilson

AlexWaygood

AlexWaygood

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

@AlexWaygood

StanFromIreland

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>