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 zhangzheng
Recipients zhangzheng
Date 2021-11-10.16:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636562911.03.0.545793207601.issue45779@roundup.psfhosted.org>
In-reply-to
Content
Hi, I have encountered an error when working with concurrent.futures.ProcessPoolExecutor API, with CPython 3.9.6 on Apple Silicon, the error can not be reproduced with CPython 3.9.6 Linux/X86 build, so I think this might be related to the arch.

I have created a github repo with the code in poc.py file, and the error message in README, please let me know if there's anything more I can provide to help the investigation to the problem. 

https://github.com/simsicon/multiprocessing-initializer
History
Date User Action Args
2021-11-10 16:48:31zhangzhengsetrecipients: + zhangzheng
2021-11-10 16:48:31zhangzhengsetmessageid: <1636562911.03.0.545793207601.issue45779@roundup.psfhosted.org>
2021-11-10 16:48:31zhangzhenglinkissue45779 messages
2021-11-10 16:48:31zhangzhengcreate