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 supported851 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Assertion failure at Python/instruction_sequence.c:121: `int _PyInstructionSequence_Addop(instr_sequence *, int, int, location): Assertion 'OPCODE_HAS_ARG(opcode) || HAS_TARGET(opcode) || oparg == 0' failed`
- GH-77189: Prevent backslash stripping in urllib parse_http_list
- The elements in `Grammar/python.gram` stripped by `peg_lexer.py` still shows in generated PO files
- Use-after-free in `builtin_delattr_impl` and `builtin_setattr_impl` via re-entrant `__hash__`
- Use-after-free in `OrderedDict.copy` via re-entrant `__getitem__`
- gh-142740: Fix ABC registration for SetProxy in multiprocessing.managers
- gh-124565: Document 'name' and 'mode' attributes for io buffered and text classes
- Type confusion in `zoneinfo_ZoneInfo_impl` via overridden cache `setdefault()`
- Use-after-free in `zone_from_strong_cache` via re-entrant `ZoneInfo.clear_cache()` from key `__eq__`
- gh-106318: Add examples for str.partition() method
- Docs
- Python not yet supported