[issue41916] cxx pthread check is not overrideable

2020-10-25 Thread Dustin Spicuzza
Dustin Spicuzza added the comment: FWIW, I've been using the patch in my PR and it seems to work. -- ___ Python tracker ___ ___

[issue41916] cxx pthread check is not overrideable

2020-10-03 Thread Dustin Spicuzza
Change by Dustin Spicuzza : -- keywords: +patch pull_requests: +21530 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22525 ___ Python tracker ___

[issue41916] cxx pthread check is not overrideable

2020-10-03 Thread Dustin Spicuzza
New submission from Dustin Spicuzza : I'm cross-compiling python to ARM, following instructions from the crossenv project @ https://crossenv.readthedocs.io/en/latest/quickstart.html#build-or-obtain-host-python I was getting pthread related errors when using cross-built extension modules. I