[Python-Dev] issue 3582 (original) (raw)
Kristján Valur Jónsson kristjan at ccpgames.com
Mon Jan 5 11:21:02 CET 2009
- Previous message: [Python-Dev] Small question about BufferedRandom spec
- Next message: [Python-Dev] [Python-checkins] r68182 - in python/trunk: Lib/decimal.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://bugs.python.org/issue3582 I submitted a patch last august, but have had no comments. Any thoughts?
Here is a suggested update to thread_nt.c. It has two significant changes:
- it uses the new and safer _beginthreadex API to start a thread
- it implements native TLS functions on NT, which are certain to be as fast as possible.
Kristján -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090105/080376c4/attachment.htm>
- Previous message: [Python-Dev] Small question about BufferedRandom spec
- Next message: [Python-Dev] [Python-checkins] r68182 - in python/trunk: Lib/decimal.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]