Remove explicit ._buf in RandomTextIO?
bskinn opened this issue · 1 comments
bskinn commented
Do we still need to retain the reference to RandomTextIO()._buf
, now that access to the buffer contents after close is provided by the callback in _PersistedBytesIO
?
jayvdb commented
I haven't had time to look at it. If it can be removed without reducing functionality, go for it.