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

Garbage collection of the BytesIO buffer object raises an unraisable exception 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-bug An unexpected behavior, bug, or error
#111331 opened Oct 25, 2023 by serhiy-storchaka
_pyio.BytesIO destructor raises an unraisable exception if there is a BytesIO buffer 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-bug An unexpected behavior, bug, or error
#111330 opened Oct 25, 2023 by serhiy-storchaka
crypt module might need libcrypt 3.11 only security fixes 3.12 bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#98895 opened Oct 31, 2022 by moubctez
Static PyModuleDef Objects Should be Immortal 3.12 bugs and security fixes extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-C-API type-feature A feature request or enhancement
#101755 opened Feb 9, 2023 by ericsnowcurrently
Requiring A Current Thread State for PyThreadState_Clear(), etc. is Problematic 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#101436 opened Jan 30, 2023 by ericsnowcurrently
_PyInterpreterState_DeleteExceptMain() May Cause Problems During Fork 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#101437 opened Jan 30, 2023 by ericsnowcurrently
ProcessPoolExecutor should not share one BrokenProcessPool exception among all futures 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#101267 opened Jan 23, 2023 by daniel-shields
[Enum] Improve Flag support 3.12 bugs and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#101658 opened Feb 7, 2023 by ethanfurman
tracemalloc.stop() Can Crash With a Subinterpreter 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#110029 opened Sep 28, 2023 by ericsnowcurrently
Drop direct reference to ez_setup.py/setuptools from venv's EnvBuilder example 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-venv Related to the venv module
#110548 opened Oct 9, 2023 by pradyunsg
[C-API Docs] Clarify Constraints on the Arena Allocator 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API
#101655 opened Feb 7, 2023 by ericsnowcurrently
Reduce overhead of pushing and popping frames in Python-to-Python calls. 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#93897 opened Jun 16, 2022 by markshannon
Avoid excessive stack usage in all cases. 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#94445 opened Jun 30, 2022 by markshannon
libpython3.12.a does not add libraries from the module, as in 3.11 3.11 only security fixes 3.12 bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#115489 opened Feb 14, 2024 by armanincredible
ZoneInfo gives a surprising exception for '' 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#114713 opened Jan 29, 2024 by asottile-sentry
self._manager is None when proxy gets passed between processes and causes AttributeError 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#99595 opened Nov 19, 2022 by doloopuntil
ctypes: Add docstrings for ctypes.pointer and ctypes.POINTER 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-ctypes type-feature A feature request or enhancement
#107659 opened Aug 5, 2023 by tomasr8
Add audit events for thread creation/close 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes extension-modules C modules in the Modules dir
#99377 opened Nov 11, 2022 by zooba
RotatingFileHandler can create empty backups 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
#116263 opened Mar 3, 2024 by serhiy-storchaka
help() of a method wrongly identifies it as a module-level function 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#94506 opened Jul 2, 2022 by stevendaprano
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
Possibly unintentional change in ssl 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes topic-SSL
#114905 opened Feb 2, 2024 by serhiy-storchaka
SSLSocket.shared_ciphers() does not document None is returned on session reuse 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-SSL
#106344 opened Jul 3, 2023 by kevinAlbs
2
Out-of-memory when loading a Plist 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-security A security issue
#119342 opened May 21, 2024 by serhiy-storchaka
Out-of-memory when reading a HTTP response with large Content-Lenght 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-security A security issue
#119451 opened May 23, 2024 by serhiy-storchaka
ProTip! no:milestone will show everything without a milestone.