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
- 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
- Data race in `_PyImport_SetDLOpenFlags` when `sys.setdlopenflags()` is called concurrently
- Data race between `gc.get_stats()` and a concurrent collection under free-threading
- _remote_debugging frame cache can reuse stale frame anchors
- gh-142412: Document urlsplit netloc limitations for redirect validation
- Docs
- Python not yet supported