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 supported925 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- urllib.robotparser raises ValueError for a non-decimal digit in Crawl-delay or Request-rate
- gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate
- Add `PyDict_AsFrozenDictAndClear` C-API
- FrameLocalsProxy `|=` and `update()` mishandle errors raised while merging mappings
- zipfile raises UnicodeDecodeError instead of BadZipFile for a member name flagged UTF-8 but not valid UTF-8
- gh-153426: Raise BadZipFile for an invalid UTF-8 filename in zipfile
- Fix compile warning "Modules/_interpchannelsmodule.c: conversion from 'int64_t' to 'int', possible loss of data"
- zipfiles.ZipFile's internal ZipInfo entry cache has no internal bounds
- gh-152754: Fix crash when an os.scandir iterator is shared between threads
- os.pidf_* functions not available when building with older glibc and modern Linux UAPI headers
- Docs
- Python not yet supported