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 Bharatsolanki
Recipients Bharatsolanki, eric.smith
Date 2020-03-18.20:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584563969.11.0.923424457201.issue40005@roundup.psfhosted.org>
In-reply-to
Content
When you run this test.py in 2.7. you will get output (10 11 20), But in 3.7, Its getting failed. Its showing below error: 

"Traceback (most recent call last):
  File "test.py", line 14, in function
    process_pool.map(add, l1, 1)
  File "C:\Users\Bharat Solanki\Anaconda3\lib\multiprocessing\pool.py", line 268, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
  File "C:\Users\Bharat Solanki\Anaconda3\lib\multiprocessing\pool.py", line 657, in get
    raise self._value
NameError: name 'u1' is not defined"

Please let me know if you need any other information.

Thanks 
Bharat
History
Date User Action Args
2020-03-18 20:39:29Bharatsolankisetrecipients: + Bharatsolanki, eric.smith
2020-03-18 20:39:29Bharatsolankisetmessageid: <1584563969.11.0.923424457201.issue40005@roundup.psfhosted.org>
2020-03-18 20:39:29Bharatsolankilinkissue40005 messages
2020-03-18 20:39:29Bharatsolankicreate