[Subversion] / BytecodeAssembler / README.txt  

Diff of /BytecodeAssembler/README.txt

Parent Directory | Revision Log

version 2620, Mon Aug 2 07:06:28 2010 UTC version 2624, Mon Aug 2 07:59:50 2010 UTC
Line 18 
Line 18 
   
 .. _BytecodeAssembler reference manual: http://peak.telecommunity.com/DevCenter/BytecodeAssembler#toc  .. _BytecodeAssembler reference manual: http://peak.telecommunity.com/DevCenter/BytecodeAssembler#toc
   
   
   Changes since version 0.5.1:
   
   * Initial support for Python 2.7's new opcodes and semantics changes, mostly
     by emulating older versions' behavior with macros.  (0.5.2 is really just
     a quick-fix release to allow packages using BytecodeAssembler to run on 2.7
     without having to change any of their code generation; future releases will
     provide proper support for the new and changed opcodes, as well as a test
     suite that doesn't show spurious differences in the disassembly listings
     under Python 2.7.)
   
 Changes since version 0.5:  Changes since version 0.5:
   
 * Fix incorrect stack size calculation for ``MAKE_CLOSURE`` on Python 2.5+  * Fix incorrect stack size calculation for ``MAKE_CLOSURE`` on Python 2.5+


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help