[Python-Dev] Find out whether PyEval_InitThreads has been called? (original) (raw)

Michael Chermside mcherm at mcherm.com
Tue Aug 17 19:19:37 CEST 2004


Why not go one step further and make all locking operations in python no-ops if PyEvalInitThreads has never been called? Currently, we risk python crashing if we call such functions without calling PyEvalInitThreads.

+1. Seems like it can't possibly hurt, and as you say, it's trivial to implement.

-- Michael Chermside



More information about the Python-Dev mailing list