This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients brian.curtin, ocean-city
Date 2010-07-20.14:15:26
SpamBayes Score 0.024687475
Marked as misclassified No
Message-id <1279635334.88.0.0156972061494.issue9116@psf.upfronthosting.co.za>
In-reply-to
Content
I experienced this crash on test_thread.py.

I created a patch hopefully to fix this issue. My knowleage about
threading is not so deep, so maybe this patch is not so good. ;-)

# I'm worried about COND_RESET which is not used in my patch. But
# pthread variant is doing nothing on this macro...

Now, test_thread.py runs fine.

Reference:
http://www.cs.wustl.edu/~schmidt/win32-cv-1.html
http://msdn.microsoft.com/en-us/library/ms686293(VS.85).aspx
http://www.linux.or.jp/JM/html/glibc-linuxthreads/man3/pthread_cond_init.3.html
History
Date User Action Args
2010-07-20 14:15:35ocean-citysetrecipients: + ocean-city, brian.curtin
2010-07-20 14:15:34ocean-citysetmessageid: <1279635334.88.0.0156972061494.issue9116@psf.upfronthosting.co.za>
2010-07-20 14:15:27ocean-citylinkissue9116 messages
2010-07-20 14:15:27ocean-citycreate