mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
20e1f932fa
occur when writing to a BufferedRandom object (e.g. a file opened in "rb+" or "wb+" mode) after having buffered a certain amount of data for reading. This bug was not present in the pure Python implementation. Yes, this is a serious issue.