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 supported881 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-148821: Always reject known multi-byte encodings in pyexpat
- pickle protocol 5: writable in-band PickleBuffer with empty tobytes() can memoize b'' via BYTEARRAY8, so later bytes references unpickle as bytearray
- gh-148690: Build abi3t-compat\python3.dll on Windows
- Crash in HAMT during garbage collection
- `with lock`: can skip `__exit__` when a signal handler raises right after `__enter__`
- Deprecate BaseCookie.js_output() method
- Memory sanitizer generates false positives on data returned by os.getrandom()
- gh-148853: /run/ on my FreeBSD install is not readable causing failing test
- gh-148841: Fix test_posix on FreeBSD 15 with zfs filesys
- Note that `frozendict` is also a hashed collection that invokes the `__hash__` method of objects in data model documentation
- Docs
- Python not yet supported