Author: Maciej Fijalkowski <fij...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit