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
- JIT: remove all uses of _PyType_LookupByVersion in optimizer_bytecodes.c
- `list.remove` is not atomic for non trivial `__eq__` comparisons
- gh-148269: speed up default `__reduce_ex__` call by ~20%
- Various UB warnings found by UBSan
- gh-139423: Fix plistlib to preserve carriage returns in XML plist round-trips
- In REPL `dis.distb()` raise AttributeError when the previous input fails to compile
- Lib/pydoc.py's _is_stdlib_module() fails when source path contains symlinks
- gh-131798: constant fold classmethod and staticmethod in JIT
- Multiprocessing exitcode=None after join
- b"".join should release GIL in case of memoryview
- Docs
- Python not yet supported