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

dis.hasjrel and other opcode collections missing #39

Open
lgray opened this issue Mar 8, 2022 · 0 comments
Open

dis.hasjrel and other opcode collections missing #39

lgray opened this issue Mar 8, 2022 · 0 comments

Comments

@lgray
Copy link

lgray commented Mar 8, 2022

>>> dis.hasjrel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'dis' has no attribute 'hasjrel'

In particular this causes problems with using llvmlite/numba in conjunction with this python fork.
These are part of the nominal python distribution but it looks like this part of the code had to be significantly altered for the nogil changes.
https://docs.python.org/3.9/library/dis.html#opcode-collections
If it's not too hard to add these collections back in I may send a pull request, but if it's deeper than that I'd like to hear your thoughts on this!

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

No branches or pull requests

1 participant