Name: | python-peak-util-assembler |
---|---|
Version: | 0.6 |
Release: | 6.20100803svn2646.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 242959 |
License: | ZPLv2.1 |
RPM: | python-peak-util-assembler-0.6-6.20100803svn2646.el7.noarch.rpm |
Source RPM: | python-peak-util-assembler-0.6-6.20100803svn2646.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/BytecodeAssembler |
Summary: | Generate Python code objects by "assembling" bytecode |
Description: | peak.util.assembler is a simple bytecode assembler module that handles most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues. In addition to a low-level opcode-oriented API for directly generating specific Python bytecodes, this module also offers an extensible mini-AST framework for generating code from high-level specifications. This framework does most of the work needed to transform tree-like structures into linear bytecode instructions, and includes the ability to do compile-time constant folding. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Enable unittests
- Build with a snapshot so that we get Python-2.7 fixes and GPLv2 compatible licensing
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Update to 0.5.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild