diff options
author | Victor Stinner <vstinner@python.org> | 2022-05-11 22:01:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 22:01:42 (GMT) |
commit | 7d3b469e475e6e52ce4f0bad7198bb05ead77b1d (patch) | |
tree | 879c8bda5f64cfd2f301e07a50a3003e15123b38 /Python/thread.c | |
parent | eb88f21301931449718cd4d105018d167a02788b (diff) | |
download | cpython-7d3b469e475e6e52ce4f0bad7198bb05ead77b1d.zip cpython-7d3b469e475e6e52ce4f0bad7198bb05ead77b1d.tar.gz cpython-7d3b469e475e6e52ce4f0bad7198bb05ead77b1d.tar.bz2 |
gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)
The limited API version 3.11 no longer casts arguments to expected
types of functions of functions:
* PyList_GET_SIZE(), PyList_SET_ITEM()
* PyTuple_GET_SIZE(), PyTuple_SET_ITEM()
* PyWeakref_GET_OBJECT()
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions