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
- Resolve newer Linux os functions at runtime instead of compiling them out against old glibc
- 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
- [3.15] gh-151292: Change `total_samples:u32` in the binary format to `total_samples:u64` (GH-153425)
- 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
- Docs
- Python not yet supported