◐ Shell
clean mode source ↗

Message 328417 - Python tracker

"Shall we introduce a new thread-starting API that takes a function with the "correct" pthread signature?"

Extract of my PR:

"Python uses pthread_detach() and doesn't use pthread_join(), the thread return value is ignored."

Python doesn't give access to the return value.