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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- asyncio: _accept_connection keeps looping after a resource error, causing duplicate _start_serving reschedules
- gh-151615: Avoid repeated reschedule in asyncio _accept_connection
- Non-module namespaces don't watch for lazy imports
- gh-151126:Fix missing memory errors in _interpretersmodule.c
- Some tests fail when __pycache__ prefix is set
- Crash (use-after-free) in `odictiter_new` when an `OrderedDict` is concurrently iterated and updated/cleared
- _find_incompatible_extension_module raises ModuleNotFoundError when sys.modules contains None for the parent package
- Concurrent calls to `Counter.update` can cause a use after free
- gh-151126:Fix missing memory errors in _interpqueuesmodule.c
- Data race between `resize_buffer_lock_held` and `_Py_DecRefShared` on a shared `BytesIO` buffer
- Docs
- Python not yet supported