Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r94522:d09a53f84bea
Date: 2018-05-11 12:58 +0200
http://bitbucket.org/pypy/pypy/changeset/d09a53f84bea/

Log:    fix merge problem

diff --git a/lib-python/3/test/test_inspect.py 
b/lib-python/3/test/test_inspect.py
--- a/lib-python/3/test/test_inspect.py
+++ b/lib-python/3/test/test_inspect.py
@@ -32,7 +32,7 @@
 from test import support
 
 from test.test_import import _ready_to_import
-if check_impl_detail():
+if support.check_impl_detail():
     import _pickle
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to