Skip to content

Issues: python/cpython

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Setting negative tp_dictoffset on PyLong subclass leads to crash 3.12 bugs and security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#112743 opened Dec 5, 2023 by encukou
socketserver.shutdown should stop serve_forever() immediately stdlib Python modules in the Lib dir
#88932 opened Jul 28, 2021 by encukou
Code objects can contain unmarshallable objects interpreter-core (Objects, Python, Grammar, and Parser dirs)
#89290 opened Sep 7, 2021 by encukou
Split up _testcapimodule.c tests Tests in the Lib/test dir topic-C-API
#93649 opened Jun 9, 2022 by encukou
test_cppext does not import/run the C++ extension tests Tests in the Lib/test dir
#94751 opened Jul 11, 2022 by encukou
Add an "assert mode" to -X showrefcount that fails when references leak interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#94755 opened Jul 11, 2022 by encukou
Some C struct members are not marked up in docs docs Documentation in the Doc dir
#97909 opened Oct 5, 2022 by encukou
Unstable C API tier (PEP 689) topic-C-API type-feature A feature request or enhancement
#101101 opened Jan 17, 2023 by encukou
3 of 13 tasks
ctypes silently truncates ints larger than C int 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes topic-ctypes type-bug An unexpected behavior, bug, or error
#68935 opened Jul 29, 2015 by encukou
Tutorial: command for python -c should be consistent with main command docs Documentation in the Doc dir
#112146 opened Nov 16, 2023 by encukou
ccache GitHub action generates excessive caches
#113858 opened Jan 9, 2024 by encukou
2 tasks done
importlib.metadata test fails on Windows if symlinks aren't allowed type-bug An unexpected behavior, bug, or error
#114107 opened Jan 16, 2024 by encukou
test_int.test_denial_of_service failed: took 15ms tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#114911 opened Feb 2, 2024 by encukou
Show number of leaks in --huntrleaks tests Tests in the Lib/test dir type-feature A feature request or enhancement
#115720 opened Feb 20, 2024 by encukou
inspect module caches can grow without bound
#116804 opened Mar 14, 2024 by encukou
Allow .. versionadded:: next in docs docs Documentation in the Doc dir type-feature A feature request or enhancement
#121277 opened Jul 2, 2024 by encukou
5 tasks
ProTip! Exclude everything labeled bug with -label:bug.