Re: [Python-Dev] pthread sem PyThread_acquire_lock

2009-06-27 Thread Florian Mayer
Martin v. Löwis wrote: Can you please explain what you mean by "swallowing"? The signals don't get through when acquiring the lock. What is the sequence of actions triggering the case you are talking about, what happens, and what do you expect to happen instead? Easiest way is to create a Queue

Re: [Python-Dev] pthread sem PyThread_acquire_lock

2009-06-27 Thread Florian Mayer
Martin v. Löwis wrote: > Can you please explain what you mean by "swallowing"? The signals don't get through when acquiring the lock. > What is the sequence of actions triggering the case you are talking > about, what happens, and what do you expect to happen instead? Create a Lock object, call .a

[Python-Dev] pthread sem PyThread_acquire_lock

2009-06-27 Thread Florian Mayer
#x27;t any real reason for it to swallow exceptions, I think it would be wisest to change that. Best regards, Florian Mayer ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.pyt