mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix error in assertion which causes failure if pos is equal to PY_SSIZE_T_MAX. Fix undefined behavior in read() and readinto() if pos is larger that the size of the underlying buffer. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_bufferedio.py | ||
| test_file.py | ||
| test_fileio.py | ||
| test_general.py | ||
| test_largefile.py | ||
| test_memoryio.py | ||
| test_signals.py | ||
| test_textio.py | ||
| test_univnewlines.py | ||
| utils.py | ||