[New-bugs-announce] [issue9786] Native TLS support for pthreads

Kristján Valur Jónsson report at bugs.python.org
Tue Sep 7 07:28:56 CEST 2010


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

The following patch adds native TLS implementation for pthreads, avoiding the relatively slow and clunky default tls implemented in thread.c

----------
components: Interpreter Core
files: pthread_tls.patch
keywords: needs review, patch, patch
messages: 115742
nosy: krisvale
priority: normal
severity: normal
status: open
title: Native TLS support for pthreads
type: performance
versions: Python 3.2
Added file: http://bugs.python.org/file18781/pthread_tls.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9786>
_______________________________________


More information about the New-bugs-announce mailing list