HELP! Obscure Python Reentrancy Question
Courageous
jkraska at san.rr.com
Sun Feb 24 02:14:45 EST 2002
More information about the Python-list mailing list
Sun Feb 24 02:14:45 EST 2002
- Previous message (by thread): HELP! Obscure Python Reentrancy Question
- Next message (by thread): HELP! Obscure Python Reentrancy Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 23 Feb 2002 23:27:53 -0600, "Jason Orendorff" <jason at jorendorff.com> wrote: >Courageous wrote: >> What now? > >Are you using any actual threads? Well, as it turned out, there was this timing issue of a thread that transiently came into existence just prior to converting itself to a fiber. The interplay between the parent thread (starting in Python) and the child thread/fiber was causing the problem. Thanks to Christian Tismer for figuring this one out. So, to answer you're question: no, I don't have any actual thread, err, I take that back, I had a badly behaved one and fixed it. :-) C//
- Previous message (by thread): HELP! Obscure Python Reentrancy Question
- Next message (by thread): HELP! Obscure Python Reentrancy Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list