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 supported939 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- tokenize: `e.offset` on `IndentationError` is not set correctly
- gh-140746: Fix Thread.start() hanging when the thread dies during bootstrap
- `test_free_threading.test_gc.TestGC.test_get_referrers` can segfault
- gh-153782: Make traceback.print_list() delegate to format_list()
- urllib.request.HTTPDigestAuthHandler crashes on a malformed WWW-Authenticate digest challenge
- gh-153792: Fix urllib.request digest auth crash on a malformed challenge
- urllib.robotparser.RobotFileParser.can_fetch crashes on a malformed URL
- gh-153795: Stop urllib.robotparser.can_fetch crashing on a malformed URL
- stale `MemoryError` trips `_Py_CheckSlotResult` in `reload_singlephase_extension`
- gh-153797: Fix possible crash when re-importing extension modules after OOM
- Docs
- Python not yet supported