[Subversion] / BytecodeAssembler / peak / util / assembler.txt  

Diff of /BytecodeAssembler/peak/util/assembler.txt

Parent Directory | Revision Log

version 2187, Thu Jun 15 06:05:27 2006 UTC version 2188, Thu Jun 15 06:19:17 2006 UTC
Line 403 
Line 403 
     >>> simple_code(1,1).co_stacksize      >>> simple_code(1,1).co_stacksize
     1      1
   
     >>> dis(simple_code(13,414))      >>> dis(simple_code(13,414))    # FAILURE EXPECTED IN PYTHON 2.3
      13           0 LOAD_CONST               0 (None)       13           0 LOAD_CONST               0 (None)
     414           3 RETURN_VALUE      414           3 RETURN_VALUE
   
Line 416 
Line 416 
     >>> simple_code(13,14,100).co_stacksize      >>> simple_code(13,14,100).co_stacksize
     100      100
   
     >>> dis(simple_code(13,572,120))      >>> dis(simple_code(13,572,120))    # FAILURE EXPECTED IN Python 2.3
      13           0 LOAD_CONST               0 (None)       13           0 LOAD_CONST               0 (None)
                   3 LOAD_CONST               0 (None)                    3 LOAD_CONST               0 (None)
     ...      ...


Generate output suitable for use with a patch program
Legend:
Removed from v.2187  
changed lines
  Added in v.2188

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help