GitXplorerGitXplorer
n

byterun

public
1282 stars
255 forks
17 issues

Commits

List of commits on branch master.
Unverified
f1142e0f860ff9df091141d77c5e77fe44ce2704

Merge pull request #16 from akaptur/yield-from-send-fix

nnedbat committed 10 years ago
Unverified
d59290cf9dbda539b17097f4f29b78b55779a78c

More elaborate tests of generators, including one with a return

aakaptur committed 10 years ago
Unverified
a79409b7b7f5be85ace99e6f3c2c035e9f7234d6

Refactor value extraction off StopIteration

aakaptur committed 10 years ago
Unverified
eb304caa5dc77129b0c2c8578fe1c7daa9e85ce6

Make YIELD_FROM behave correctly when faced with ambiguous objects

aakaptur committed 10 years ago
Unverified
b1dbdf49a4ccd1e769d7c8728189a7b6f6d8691d

Merge pull request #15 from akaptur/yield-from

nnedbat committed 10 years ago
Unverified
3b243616da3f833a76834e1b84e341c5c8040e81

fix generator test

aakaptur committed 10 years ago

README

The README file for this repository.

Byterun

This is a pure-Python implementation of a Python bytecode execution virtual machine. I started it to get a better understanding of bytecodes so I could fix branch coverage bugs in coverage.py.