Commit a450398
authored
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (pythonGH-28457)
1 parent cd760ce commit a450398
File tree
2 files changed
+6
-3
lines changed- Misc/NEWS.d/next/C API
- Modules/_io
2 files changed
+6
-3
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
| |||
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
533 | 535 | | |
534 | 536 | | |
535 | 537 | | |
| |||
0 commit comments