mirror of
https://github.com/python/cpython.git
synced 2026-05-29 23:56:56 -04:00
d0b69eceb4
by bbrox@bbrox.org / lionel.ulmer@free.fr. This adds a configure check and if all goes well turns on the PTHREAD_SCOPE_SYSTEM thread attribute for new threads. This should remove the need to add tiny sleeps at the start of threads to allow other threads to be scheduled.