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 supported788 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-118626: Use less red-ish colour for non-error traceback
- gh-119946: Allow Enum to work with ABC mixin
- Cannot define Enum class with a mixin class derived from ABC
- Python 3.11 and above adding default module search path from the “PythonPath” registry key if the standard library was found already
- Multiple bugs in `multiprocessing.managers`: pickling, nesting, etc
- During decompression python tries to read sys.maxsize - which fail on start with MemoryError in case of any resource memory limit set.
- gh-119459: Fix HiDPI blurring of every program window that using tkinter
- Wrong `follow_symlinks` default fallback implementation
- gh-119885: follow_symlinks in os.link()
- Improve ``NameError`` message when non-mangled name exists in the global scope
- Docs
- Python not yet supported