RepoNotes
Toggle theme
Loading ...
Sign in
python/cpython
The Python programming language
67967
7
9183
Readme
Notes
New Note
Sign in to add notes for this repository
RN
python
26541
Followers
0
Following
87
Repos
No Twitter
Repositories related to the Python Programming language
Branches
main
3.14
3.13
Releases
Commits
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) This makes the following APIs public: * `Py_BEGIN_CRITICAL_SECTION_MUTEX(mutex),` * `Py_BEGIN_CRITICAL_SECTION2_MUTEX
gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (#136951) In free-threading, multiple threads can be cleared concurrently as such the modifications on `sys_tracing_threads`
gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946)
Issues
Fix typos in `Doc/extending/extending.rst` and `Doc/library/shelve.rst`
zipfile: add a structural validation feature
Fix 3 typos in "Next" News items