]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
authorDonghee Na <donghee.na@python.org>
Wed, 14 Feb 2024 17:00:50 +0000 (02:00 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 17:00:50 +0000 (02:00 +0900)
commita2d4281415e67c62f91363376db97eb66a9fb716
treea70679c72f7c89af35614c6e1258c4507bd741a8
parent4b2d1786ccf913bc80ff571c32b196be1543ca54
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Lib/test/support/__init__.py
Lib/test/test_iter.py
Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-55.gh-issue-112087.H_4W_v.rst [new file with mode: 0644]
Objects/listobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h