RepoNotes
Toggle theme
Loading ...
Sign in
python/cpython
The Python programming language
72290
6
9328
Readme
Notes
New Note
Sign in to add notes for this repository
RN
python
30438
Followers
0
Following
91
Repos
No Twitter
Repositories related to the Python Programming language
Branches
main
3.14
3.13
Releases
Commits
gh-100305: Deemphasize that `ast.literal_eval` is safe in `eval` documentation (#100326) Co-authored-by: Éric <merwok@netwok.org>
gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) The multiprocessing.Queue documentation states it implements all methods of queue.Queue except task_done() and join().
gh-97032: avoid test_squeezer crash on macOS buildbots (gh-115508) (GH-148141) gh-97032: avoid test_squeezer crash on macOS buildbots (#115508) avoid test_squeezer crash on macOS buildbots Co-autho
Issues
JIT: remove all uses of _PyType_LookupByVersion in optimizer_bytecodes.c
`_decimal::CURRENT_CONTEXT`: UAF via borrowed reference across Python callbacks
gh-131798: JIT inline function pointer address for extended binary op