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 agmt
Recipients agmt, ned.deily, ronaldoussoren
Date 2020-03-11.09:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583918452.53.0.6597480705.issue39931@roundup.psfhosted.org>
In-reply-to
Content
Attached test works correctly on linux (3.7, 3.8) and mac (only 3.7).
Mac python3.8 falls with exception:

multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
  File "test.py", line 8, in work
    print(F"Work={arg} args={args}")
NameError: name 'args' is not defined
"""
History
Date User Action Args
2020-03-11 09:20:52agmtsetrecipients: + agmt, ronaldoussoren, ned.deily
2020-03-11 09:20:52agmtsetmessageid: <1583918452.53.0.6597480705.issue39931@roundup.psfhosted.org>
2020-03-11 09:20:52agmtlinkissue39931 messages
2020-03-11 09:20:52agmtcreate