Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3.9
cpython/Modules/_io
History
Inada Naoki d51436f95b bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
When very large data remains in TextIOWrapper, flush() may fail forever.

So prevent that data larger than chunk_size is remained in TextIOWrapper internal
buffer.

Co-Authored-By: Eryk Sun
(cherry picked from commit 01806d5)
2021-02-22 10:32:55 +09:00
..
clinic
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
2020-03-04 18:50:22 +01:00
_iomodule.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
_iomodule.h
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
2019-10-15 08:26:12 +01:00
bufferedio.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
bytesio.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
fileio.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
iobase.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
stringio.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
textio.c
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
2021-02-22 10:32:55 +09:00
winconsoleio.c
bpo-40268: Remove unused structmember.h includes (GH-19530)
2020-04-15 02:35:41 +02:00
Powered by Gitea Page: 558ms Template: 42ms
English
English
Licenses API