[Python-Dev] Find out whether PyEval_InitThreads has been called?

Gustavo J. A. M. Carneiro gjc at inescporto.pt
Wed Aug 18 14:11:07 CEST 2004


A Ter, 2004-08-17 às 18:19, Michael Chermside escreveu:
> > Why not go one step further and make all locking
> > operations in python no-ops if PyEval_InitThreads has never been
> > called?  Currently, we risk python crashing if we call such functions
> > without calling PyEval_InitThreads.
> 
> +1. Seems like it can't possibly hurt, and as you say, it's trivial
> to implement.

  Thanks for the feedback.

  http://www.python.org/sf?id=1011380

  Regards.

-- 
Gustavo J. A. M. Carneiro
<gjc at inescporto.pt> <gustavo at users.sourceforge.net>
The universe is always one step beyond logic



More information about the Python-Dev mailing list