On 10/21/20 5:58 AM, Petr Viktorin wrote:
At the risk of going off topic: That's for GCC. As far as I know, MSVC uses something like __declspec( thread ).
What are the options for generic C99 compilers, other than staying slow?


As a practical matter: does CPython even support "generic C99 compilers"?  AFAIK we support three specific compilers: GCC, Clang, and MSVC.

(Maybe we also support icc?  I think mostly because it supports GCC language extensions.)


//arry/

_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/FLFDFSZCNVRKRFYBJ72NAN2YOHFD2GD6/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to