[Python-checkins] python/nondist/sandbox/parrotbench out4,1.2,1.3
gvanrossum at users.sourceforge.net
gvanrossum at users.sourceforge.net
Tue Dec 30 21:05:11 EST 2003
- Previous message: [Python-checkins] python/nondist/sandbox/parrotbench b.py, 1.2,
1.3 b0.py, 1.4, 1.5 out0, 1.3, 1.4 out4, 1.1, 1.2
- Next message: [Python-checkins] python/dist/src/Doc/lib libunittest.tex, 1.17,
1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/nondist/sandbox/parrotbench
In directory sc8-pr-cvs1:/tmp/cvs-serv16589
Modified Files:
out4
Log Message:
...But not *that much* :-)
Index: out4
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/parrotbench/out4,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** out4 31 Dec 2003 02:04:20 -0000 1.2
--- out4 31 Dec 2003 02:05:08 -0000 1.3
***************
*** 1 ****
--- 1,3709 ----
+ Define.eval('{}, {}')
+ Node.isgenerator('')
+ return False
+ Node.isgenerator('')
+ return False
+ return
+ Define.eval("{'heappush': <__main...ject at 0>}, {'heappush': <__main...ject at 0>}")
+ Node.isgenerator('')
+ return False
[...3680 lines suppressed...]
+ return <built-in method pop of list object at 0>
+ return 9
+ Name.assign("9, {'heappop': <__main_...ject at 0>}, {'heap': []}")
+ return
+ return
+ If.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'heap': []}")
+ Name.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'heap': []}")
+ return []
+ Assign.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'heap': []}")
+ Name.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'heap': []}")
+ return 9
+ Name.assign("9, {'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'heap': []}")
+ return
+ return
+ return
+ Return.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'returnitem': 9, 'heap': []}")
+ Name.eval("{'heappop': <__main_...ject at 0>}, {'lastelt': 9, 'returnitem': 9, 'heap': []}")
+ return 9
+ raise <__main__.DoReturn instance at 0>
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
- Previous message: [Python-checkins] python/nondist/sandbox/parrotbench b.py, 1.2,
1.3 b0.py, 1.4, 1.5 out0, 1.3, 1.4 out4, 1.1, 1.2
- Next message: [Python-checkins] python/dist/src/Doc/lib libunittest.tex, 1.17,
1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list