[pypy-commit] pypy stmgc-c7: Remove "local" here: it is the same thing as "thread._local".

arigo noreply at buildbot.pypy.org
Mon Mar 16 10:03:14 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r76393:6e0a8051f34b
Date: 2015-03-16 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/6e0a8051f34b/

Log:	Remove "local" here: it is the same thing as "thread._local".

diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transaction.py
+++ b/lib_pypy/transaction.py
@@ -49,7 +49,6 @@
     hashtable = dict
     stmset = set
     stmdict = dict
-    local = thread._local
     from time import time, clock
 
 class stmidset(object):


More information about the pypy-commit mailing list