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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- [3.15] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068)
- Compiler crash: inlined comprehensions overflow `_PyCfgExceptStack`, bypassing the `u_nfblocks` block-nesting limit
- Types with `mro()` unconditionally disables type attribute cache, causing performance regression for compatible MRO implementations, such as Zope
- `PyUnicode_DecodeCharmap`: `mapping` argument not fully documented
- Add tests for setting and deleting attributes defined in C
- Allow static, non-framework iOS builds
- segfault/debug abort from `perf_map_write_entry` with lone surrogate in filename or qualname
- segfault caused by unchecked PyUnicode_AsUTF8 in `_interpreters` module
- dtrace: debug abort importing module with lone surrogate unicode char in name while DTrace import probe is active
- [3.15] gh-149816: #96 Fix a race condition in invoke_gc_callback with free threading (GH-150029)
- Docs
- Python not yet supported