https://github.com/python/cpython
Revision aad88d33d9db0a93e480f0234292b948890dfc2a authored by Victor Stinner on 18 October 2021, 23:31:57 UTC, committed by GitHub on 18 October 2021, 23:31:57 UTC
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.
1 parent 4d03de3
History
Tip revision: aad88d33d9db0a93e480f0234292b948890dfc2a authored by Victor Stinner on 18 October 2021, 23:31:57 UTC
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Tip revision: aad88d3
File Mode Size
problem-matchers
workflows
CODEOWNERS -rw-r--r-- 4.5 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 74 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 696 bytes
SECURITY.md -rw-r--r-- 490 bytes
dependabot.yml -rw-r--r-- 172 bytes

back to top