This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients arigo, martin.panter, nascheme, neologix, nikratio, serhiy.storchaka, tim.peters, vstinner, xgdomingo
Date 2017-09-05.16:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504629234.77.0.691877265729.issue17852@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2017-09-05 16:33:54vstinnersetrecipients: + vstinner, tim.peters, arigo, nascheme, nikratio, neologix, martin.panter, serhiy.storchaka, xgdomingo
2017-09-05 16:33:54vstinnersetmessageid: <1504629234.77.0.691877265729.issue17852@psf.upfronthosting.co.za>
2017-09-05 16:33:54vstinnerlinkissue17852 messages
2017-09-05 16:33:54vstinnercreate