diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-18 23:31:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 23:31:57 (GMT) |
commit | aad88d33d9db0a93e480f0234292b948890dfc2a (patch) | |
tree | 9a7be9c98f0c6a4d64ddda7859922b394ed3cdc3 /Python/formatter_unicode.c | |
parent | 4d03de3329ed8daa9c1107b1aedbb0fa280bddb6 (diff) | |
download | cpython-aad88d33d9db0a93e480f0234292b948890dfc2a.zip cpython-aad88d33d9db0a93e480f0234292b948890dfc2a.tar.gz cpython-aad88d33d9db0a93e480f0234292b948890dfc2a.tar.bz2 |
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Split header files to move the non-limited API to Include/cpython/:
* Include/warnings.h => Include/cpython/warnings.h
* Include/weakrefobject.h => Include/cpython/weakrefobject.h
Exclude PyWeakref_GET_OBJECT() from the limited C API. It never
worked since the PyWeakReference structure is opaque in the limited C
API.
Move _PyWarnings_Init() and _PyErr_WarnUnawaitedCoroutine() to the
internal C API.
Diffstat (limited to 'Python/formatter_unicode.c')
0 files changed, 0 insertions, 0 deletions