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
- gh-154535: Fix crash when a contextvars.Context iterator is shared between threads
- gh-154594: Fix deepcopy memo lookup when __deepcopy__ returns None
- gh-154562: Add `ContextVar(thread_inheritable=...)`.
- Format attribute name with repr() when formatting AttributeError error message
- `test_concurrent_lazy_import_reification` is flaky
- copy.deepcopy memo lookup fails when __deepcopy__ returns None
- gh-154610: Use repr() to format the attribute name in AttributeError
- `defaultdict` reads `default_factory` as a borrowed reference in `defdict_repr` / `defdict_missing` under free-threading
- wasm32-wasi 3.x buildbot: No space left on device
- gh-151950: Fix Sphinx reference warnings in wsgiref docs
- Docs
- Python not yet supported