STINNER Victor added the comment: > New changeset e38d12ed34870c140016bef1e0ff10c8c3d3f213 by Neil Schemenauer in > branch 'master': > bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. > (#1908)
This change introduced a regression: ====================================================================== FAIL: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_threading.py", line 781, in test_4_daemon_threads self.assertFalse(err) AssertionError: b'pthread_cond_destroy: Resource busy\npthread_mutex_destroy: Resource busy' is not false http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/1137 > New changeset db564238db440d4a2d8eb9d60ffb94ef291f6d30 by Neil Schemenauer in > branch 'master': > Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on > exit. (#1908)" (#3337) This revert fixed the regression. Did you revert the change because of the failure? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17852> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com