Author: Philip Jenvey <pjen...@underboss.org> Branch: Changeset: r59237:5ec61ffcc909 Date: 2012-12-02 13:59 -0800 http://bitbucket.org/pypy/pypy/changeset/5ec61ffcc909/
Log: fix test_insecure_pickle diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy/module/_codecs/test/test_codecs.py +++ b/pypy/module/_codecs/test/test_codecs.py @@ -2,7 +2,7 @@ class AppTestCodecs: - spaceconfig = dict(usemodules=('unicodedata', 'struct')) + spaceconfig = dict(usemodules=('binascii', 'struct', 'unicodedata')) def test_register_noncallable(self): import _codecs _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit