Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: abstracts the lnotab #18

Closed
wants to merge 3 commits into from
Closed

ENH: abstracts the lnotab #18

wants to merge 3 commits into from

Conversation

llllllllll
Copy link
Owner

No description provided.

lnotab = self.lnotab
py_lnotab = bytearray(len(lnotab) * 2)
idx = 0
last_instr = 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call this previous rather than last? last is ambiguous with the actual last instruction in the code object .

@llllllllll llllllllll closed this Oct 26, 2015
@llllllllll llllllllll deleted the lnotab branch December 17, 2015 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants