Skip to content
Open
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
Revert changes made in other issue.
  • Loading branch information
serhiy-storchaka committed Dec 21, 2022
commit fd01d7ad3c3737f0e79b07e6d29681ff07b18111
6 changes: 3 additions & 3 deletions Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ process which created it.
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
AttributeError: 'types.ModuleType' object has no attribute 'f'
AttributeError: 'types.ModuleType' object has no attribute 'f'
AttributeError: 'types.ModuleType' object has no attribute 'f'
AttributeError: 'module' object has no attribute 'f'
AttributeError: 'module' object has no attribute 'f'
AttributeError: 'module' object has no attribute 'f'

(If you try this it will actually output three full tracebacks
interleaved in a semi-random fashion, and then you may have to
Expand Down