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

Slow inspect.getmodule 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#92041 opened Apr 29, 2022 by mdeck
copy fails on collections.OrderedDict dataclass with required args 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
#105736 opened Jun 13, 2023 by ringohoffman
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
SystemError in re.match with a "*+" pattern 3.11 only security fixes 3.12 bugs and security fixes topic-regex type-bug An unexpected behavior, bug, or error
#101955 opened Feb 16, 2023 by aryla
idle doesn't display nested tracebacks for ExceptionGroups 3.12 bugs and security fixes 3.13 bugs and security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
#111414 opened Oct 27, 2023 by graingert
sys.exit(code) returns "success" to the OS for some nonzero values of code 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
#68240 opened Apr 24, 2015 by abalkin
pickle special methods are looked up on the instance rather than the type 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
#60455 opened Oct 16, 2012 by ericsnowcurrently
codecs.open interprets FS, RS, GS as line ends 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes topic-IO topic-unicode type-bug An unexpected behavior, bug, or error
#62491 opened Jun 24, 2013 by wpk mannequin
difflib.unified_diff loses context 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
#55841 opened Mar 22, 2011 by BriceVideau mannequin
Confusing error message when passing bytes to print with file pointing to a binary file 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes topic-IO type-bug An unexpected behavior, bug, or error
#50553 opened Jun 18, 2009 by bitdancer
Make rawiobase_read() read directly to bytes object 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir topic-IO
#60107 opened Sep 10, 2012 by sbt mannequin
doc: pathological performance using tarfile 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir easy performance Performance or resource usage stdlib Python modules in the Lib dir
#62944 opened Aug 15, 2013 by teamnoir mannequin
[doc] misleading return from isidentifier 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes docs Documentation in the Doc dir easy topic-unicode type-bug An unexpected behavior, bug, or error
#58029 opened Jan 19, 2012 by jimjjewett mannequin
Calling assertEquals for moderately long list takes too long 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir
#63416 opened Oct 10, 2013 by JacekBzdak mannequin
argparse: positional arguments containing - in name not handled well 3.12 bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#59330 opened Jun 21, 2012 by nstiurca mannequin
errno and strerror attributes incorrectly set on socket errors wrapped by urllib 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#50720 opened Jul 12, 2009 by ezio-melotti
Use the _functools module to speed up functools.total_ordering 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir
#66268 opened Jul 25, 2014 by ncoghlan
multiprocessing freeze_support needed outside win32 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
#76327 opened Nov 27, 2017 by dancol mannequin
Low FD_SETSIZE limit on Windows 3.12 bugs and security fixes extension-modules C modules in the Modules dir OS-windows performance Performance or resource usage
#72894 opened Nov 15, 2016 by DavidHirschfeld mannequin
urllib2 works slowly with proxy on windows 3.10 only security fixes 3.11 only security fixes 3.12 bugs and security fixes OS-windows performance Performance or resource usage stdlib Python modules in the Lib dir
#73719 opened Feb 11, 2017 by juliadolgova mannequin
threading.Condition._is_owned() is wrong when using threading.Lock 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
#69702 opened Oct 30, 2015 by nirs mannequin
Optimize calling type slots 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#74694 opened May 30, 2017 by serhiy-storchaka
Excessive memory use or memory fragmentation when unpickling many small objects 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir
#80875 opened Apr 21, 2019 by Paul-E mannequin
ProTip! no:milestone will show everything without a milestone.