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:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636562874.34.0.208720566335.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.
History
Date User Action Args
2021-11-10 16:47:54zhangzhengsetrecipients: + zhangzheng
2021-11-10 16:47:54zhangzhengsetmessageid: <1636562874.34.0.208720566335.issue45779@roundup.psfhosted.org>
2021-11-10 16:47:54zhangzhenglinkissue45779 messages
2021-11-10 16:47:54zhangzhengcreate