Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into bpo-19675
# Conflicts:
#	Lib/test/_test_multiprocessing.py
  • Loading branch information
taleinat committed Sep 10, 2018
commit 3bdbf79d6bc06e13c8465f4b838f3d8e40bd6659
6 changes: 6 additions & 0 deletions Lib/test/_test_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4643,6 +4643,12 @@ def is_alive(self):
any(process.is_alive() for process in forked_processes))



class MiscTestCase(unittest.TestCase):
def test__all__(self):
# Just make sure names in blacklist are excluded
support.check__all__(self, multiprocessing, extra=multiprocessing.__all__,
blacklist=['SUBDEBUG', 'SUBWARNING'])
#
# Mixins
#
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.