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

OOM vulnerability in the imaplib module 3.8 (EOL) end of life 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 (EOL) end of life 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 (EOL) end of life 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
performance: Update io.DEFAULT_BUFFER_SIZE to make python IO faster? performance Performance or resource usage stdlib Python modules in the Lib dir topic-IO
#117151 opened Mar 22, 2024 by morotti
Adding read/readline() after write appends to EOF, not to the position topic-IO type-bug An unexpected behavior, bug, or error
#117095 opened Mar 20, 2024 by dom-0
file.tell() after a write is not correct in append mode topic-IO type-bug An unexpected behavior, bug, or error
#116376 opened Mar 5, 2024 by isidroas
readline() causes output to be written at eof unless seek() is used topic-IO type-bug An unexpected behavior, bug, or error
#113439 opened Dec 23, 2023 by ghost
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
Add a library module for OS-portable Console.ReadKey / getch() function with predefined key enums stdlib Python modules in the Lib dir topic-IO type-feature A feature request or enhancement
#104671 opened May 19, 2023 by ionite34
Support for os.sendfile for Windows extension-modules C modules in the Modules dir OS-windows topic-IO type-feature A feature request or enhancement
#102898 opened Mar 22, 2023 by KhazAkar
All standard library functions accepting str paths must accept PathLike as well extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir topic-IO type-feature A feature request or enhancement
#102425 opened Mar 4, 2023 by arhadthedev
Too early EOFError 3.12 bugs and security fixes stdlib Python modules in the Lib dir topic-IO type-bug An unexpected behavior, bug, or error
#101911 opened Feb 14, 2023 by christophgil
Inconsistant behavior of .readable() and .writable() on io.IOBase extension-modules C modules in the Modules dir topic-IO type-bug An unexpected behavior, bug, or error
#96780 opened Sep 12, 2022 by mcleantom
gh-93600: Clarify the meaning of buffering=-1 in open() awaiting changes docs Documentation in the Doc dir needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes skip news topic-IO
#93685 opened Jun 10, 2022 by eamanu Loading…
Some proposed stdlib filesystem tests 3.12 bugs and security fixes tests Tests in the Lib/test dir topic-IO
#93629 opened Jun 9, 2022 by hoodmane
file.seek(file.tell()) needed: bad docs or a bug? topic-IO type-bug An unexpected behavior, bug, or error
#93079 opened May 22, 2022 by Akuli
TextIOWrapper.seek silently wraps around on very large offsets 3.7 (EOL) end of life topic-IO type-bug An unexpected behavior, bug, or error
#91112 opened Mar 8, 2022 by vlaci mannequin
ProTip! no:milestone will show everything without a milestone.