[pypy-commit] pypy look-into-thread: a test - look into thread module

fijal noreply at buildbot.pypy.org
Mon Jan 9 23:15:58 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: look-into-thread
Changeset: r51181:283df4b51997
Date: 2012-01-10 00:13 +0200
http://bitbucket.org/pypy/pypy/changeset/283df4b51997/

Log:	a test - look into thread module

diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py
--- a/pypy/module/pypyjit/policy.py
+++ b/pypy/module/pypyjit/policy.py
@@ -17,7 +17,7 @@
                        'imp', 'sys', 'array', '_ffi', 'itertools', 'operator',
                        'posix', '_socket', '_sre', '_lsprof', '_weakref',
                        '__pypy__', 'cStringIO', '_collections', 'struct',
-                       'mmap', 'marshal']:
+                       'mmap', 'marshal', 'thread']:
             return True
         return False
 


More information about the pypy-commit mailing list