You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: