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
- 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
- IDLE fails to start when the user configuration file cannot be parsed
- gh-153480: Stop IDLE crashing when a file open in the editor is deleted
- gh-127681: Fix overflow vulnerabilities in PyMem_Malloc calls
- Docs
- Python not yet supported