Author: Armin Rigo <ar...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to