[Python-Dev] Find out whether PyEval_InitThreads has been called? (original) (raw)
Gustavo J. A. M. Carneiro gjc at inescporto.pt
Wed Aug 18 14:11:07 CEST 2004
- Previous message: [Python-Dev] Find out whether PyEval_InitThreads has been called?
- Next message: [Python-Dev] multiple instances of python on XP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 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.
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
- Previous message: [Python-Dev] Find out whether PyEval_InitThreads has been called?
- Next message: [Python-Dev] multiple instances of python on XP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]