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 asvetlov, mcepl, vstinner, yselivanov
Date 2020-06-18.16:58:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592499535.43.0.775934622923.issue38377@roundup.psfhosted.org>
In-reply-to
Content
Hum, test_resource_tracker_reused() failed twice on macOS, but it's unclear to me if it's a regression caused by my change or not.

x86-64 macOS 3.9:
https://buildbot.python.org/all/#builders/696/builds/119

FAIL: test_resource_tracker_reused (test.test_multiprocessing_forkserver.TestResourceTracker)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.9.billenstein-macos/build/Lib/test/_test_multiprocessing.py", line 5219, in test_resource_tracker_reused
    self.assertTrue(is_resource_tracker_reused)
AssertionError: False is not true
History
Date User Action Args
2020-06-18 16:58:55vstinnersetrecipients: + vstinner, mcepl, asvetlov, yselivanov
2020-06-18 16:58:55vstinnersetmessageid: <1592499535.43.0.775934622923.issue38377@roundup.psfhosted.org>
2020-06-18 16:58:55vstinnerlinkissue38377 messages
2020-06-18 16:58:55vstinnercreate