[Bug 459175] New: Review Request: python-peak-util-assembler - Generate Python code objects by "assembling" bytecode

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 14 19:59:17 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request:  python-peak-util-assembler - Generate Python code objects by "assembling" bytecode

https://bugzilla.redhat.com/show_bug.cgi?id=459175

           Summary: Review Request:  python-peak-util-assembler - Generate
                    Python code objects by "assembling" bytecode
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: lmacken at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://lmacken.fedorapeople.org/rpms/python-peak-util-assembler.spec
SRPM URL:
http://lmacken.fedorapeople.org/rpms/python-peak-util-assembler-0.5-1.fc9.src.rpm
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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list