Author: Amaury Forgeot d'Arc <[email protected]>
Branch: stdlib-2.7.9
Changeset: r75751:43111b46f92d
Date: 2015-02-07 11:44 +0100
http://bitbucket.org/pypy/pypy/changeset/43111b46f92d/
Log: "import re" import more modules than before (_locale for example)
diff --git a/pypy/module/thread/test/test_import_lock.py
b/pypy/module/thread/test/test_import_lock.py
--- a/pypy/module/thread/test/test_import_lock.py
+++ b/pypy/module/thread/test/test_import_lock.py
@@ -105,7 +105,7 @@
assert importlock.count == 0
# A new module
importhook(space, 're')
- assert importlock.count == 7
+ assert importlock.count == 9
# Import it again
previous_count = importlock.count
importhook(space, 're')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit