New submission from Kristján Valur Jónsson <[EMAIL PROTECTED]>: Here is a suggested update to thread_nt.c. It has two significant changes: 1) it uses the new and safer _beginthreadex API to start a thread 2) it implements native TLS functions on NT, which are certain to be as fast as possible.
---------- files: thread_nt.patch keywords: patch, patch messages: 71289 nosy: krisvale severity: normal status: open title: thread_nt.c update type: feature request versions: Python 3.0 Added file: http://bugs.python.org/file11141/thread_nt.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3582> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com