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

pathlib docs: table of corresponding os/os.path functions is disorganised 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir topic-pathlib
#121462 opened Jul 7, 2024 by barneygale
Wrong binding of closure variable with intervening list comprehension 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#121377 opened Jul 4, 2024 by limwz01
Incorrect use of _PyLong_CompactValue() 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#121153 opened Jun 29, 2024 by serhiy-storchaka
Self-documenting f-string in conversion specifier throws ValueError 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#121130 opened Jun 28, 2024 by JelleZijlstra
segfault in pymalloc_alloc 3.12 bugs and security fixes OS-mac type-crash A hard crash of the interpreter, possibly with a core dump
#121112 opened Jun 28, 2024 by jmroot
Some Runtime Finalization Constraints Are Not Enforced Nor Documented 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#120838 opened Jun 21, 2024 by ericsnowcurrently
[Docs] Possibly Add More Information About Immortal Objects 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir topic-C-API
#120426 opened Jun 12, 2024 by ericsnowcurrently
IDLE uses incorrect screen dimension units 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-IDLE
#120104 opened Jun 5, 2024 by serhiy-storchaka
User site packages are being added when site module is enabled in _pth file 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-bug An unexpected behavior, bug, or error
#120037 opened Jun 4, 2024 by tanzim
Generic class with broken __eq__ cannot be specialized 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-typing type-bug An unexpected behavior, bug, or error
#119972 opened Jun 3, 2024 by JelleZijlstra
winapi audit events returning garbage 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 OS-windows
#119690 opened May 28, 2024 by zooba
OOM vulnerability in the imaplib module 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-email topic-IO type-security A security issue
#119511 opened May 24, 2024 by serhiy-storchaka
OOM vulnerability in the CGI server on Windows 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
#119452 opened May 23, 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
Add audit event at import completion 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes
#119402 opened May 22, 2024 by zooba
Quadratic complexity in the UTF-7 decoder 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 interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-unicode type-security A security issue
#119382 opened May 22, 2024 by serhiy-storchaka
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
Deep recursive exception breaks traceback printing 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#118978 opened May 12, 2024 by richard-hajek
utcnow deprecation note is misleading 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir
#118542 opened May 3, 2024 by srittau
_Py_FinishPendingCalls() Doesn't Necessarily Run All Remaining Pending Calls 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#118297 opened Apr 25, 2024 by ericsnowcurrently
os.path.realpath('notadir/', strict=True) doesn't raise 3.12 bugs and security fixes 3.13 bugs and security fixes type-bug An unexpected behavior, bug, or error
#118289 opened Apr 25, 2024 by barneygale
test.test_socket.GeneralModuleTests.test_sendall_interrupted: ZeroDivisionError not raised 3.12 bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#118198 opened Apr 23, 2024 by furkanonder
asyncgen.athrow() checks args on asyncgen.athrow().send() but should check them on asyncgen.athrow() 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 interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#117852 opened Apr 13, 2024 by graingert
Weird int.__str__ behaviour inside sub-interpreters 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-subinterpreters type-bug An unexpected behavior, bug, or error
#117482 opened Apr 2, 2024 by mliezun
ProTip! Mix and match filters to narrow down what you’re looking for.