[pypy-svn] r42051 - pypy/extradoc/talk/rupy2007/demos
fijal at codespeak.net
fijal at codespeak.net
Sat Apr 14 17:39:30 CEST 2007
Author: fijal
Date: Sat Apr 14 17:39:30 2007
New Revision: 42051
Added:
pypy/extradoc/talk/rupy2007/demos/nasty.py
Log:
nasty rope example
Added: pypy/extradoc/talk/rupy2007/demos/nasty.py
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/rupy2007/demos/nasty.py Sat Apr 14 17:39:30 2007
@@ -0,0 +1,3 @@
+
+x = '0' * 1000000000
+print len(x)
More information about the pypy-svn
mailing list