[pypy-commit] pypy py3k: don't try to support _continuation before having the core py3k working

antocuni noreply at buildbot.pypy.org
Tue Apr 17 17:58:34 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r54475:cc66208f7aaf
Date: 2012-04-17 17:09 +0200
http://bitbucket.org/pypy/pypy/changeset/cc66208f7aaf/

Log:	don't try to support _continuation before having the core py3k
	working

diff --git a/pypy/module/_continuation/test/test_zpickle.py b/pypy/module/_continuation/test/test_zpickle.py
--- a/pypy/module/_continuation/test/test_zpickle.py
+++ b/pypy/module/_continuation/test/test_zpickle.py
@@ -3,6 +3,7 @@
 
 class AppTestCopy:
     def setup_class(cls):
+        py3k_skip("_continuation not supported yet")
         cls.space = gettestobjspace(usemodules=('_continuation',),
                                     CALL_METHOD=True)
         cls.space.config.translation.continuation = True


More information about the pypy-commit mailing list