New submission from Fijal <[email protected]>: io module contains several code paths related to autoflusher in which the item does not get removed from the autoflusher after being deleted, thus leaving dangling entries in the autflusher (e.g. is it possible that the file is closed and then not removed by having a specific custom subclass that overloads close and does not call parent?)
Another problem is that all this finding methods for subclasses is quite slow, we should maybe investigate what needs to be done in order to make it better ---------- messages: 6514 nosy: fijal, pypy-issue priority: bug status: unread title: io module requires serious review ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1684> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
