cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported938 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Data race: `TextIOWrapper.detach()` stores `self->buffer = NULL` non-atomically
- Data race: ctypes `PyCData_NewGetBuffer` reads `b_ptr` without the critical section `_ctypes_resize` holds
- gh-150327: Add Perfetto trace output to profiling.sampling
- gh-154511: IDLE - Update mousewheel event handling
- gh-154539: Use atomic read and write with `should_auto_add_history`
- gh-154431: Use existing `runtime->audit_hooks.mutex` instead of a new one
- Add test coverage for parse_qsl/parse_qs strict_parsing on malformed query fields
- tuple_hash and frozendict_hash recurse without a guard: hashing a deeply nested tuple or frozendict segfaults
- os.sendfile() can return a bogus number of transferred bytes on illumos
- gh-154335: Allow disabling terminal colors in Tachyon's `pstats_collector` module
- Docs
- Python not yet supported