[pypy-svn] r29364 - pypy/dist/pypy/lib/test2

auc at codespeak.net auc at codespeak.net
Mon Jun 26 17:45:19 CEST 2006


Author: auc
Date: Mon Jun 26 17:45:18 2006
New Revision: 29364

Modified:
   pypy/dist/pypy/lib/test2/test_stackless.py
Log:
kill comment

Modified: pypy/dist/pypy/lib/test2/test_stackless.py
==============================================================================
--- pypy/dist/pypy/lib/test2/test_stackless.py	(original)
+++ pypy/dist/pypy/lib/test2/test_stackless.py	Mon Jun 26 17:45:18 2006
@@ -21,10 +21,6 @@
         assert Y.receive() == 42
 
     def test_nested_pipe(self):
-        """
-        XXX: fails complaining that some coroutine hasn't the
-             block_trap attribute/slot
-        """
         from stackless import run, tasklet, channel
         run()
 



More information about the Pypy-commit mailing list