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
Sorry, I’ve been out of town for a few days. Will try to look into this within the next day or two.
My unfounded suspicion is that the signature of CodeType changed in 3.8 to add a positional-only arguments count, and we just need to update our call to the CodeType constructor accordingly.
Uh oh!
There was an error while loading. Please reload this page.
I need someone who understands the code better than I to tell me whether this is our problem or whether we should report this upstream.
The problem seems to be the instantiation of
types.CodeType(*args)
because it throws an:The contents of args is the following:
I suspect it's either
b'|\x00\x89\x00d\x00S\x00',
orb'\x00\x01\x04\x01\x04\x05',
or both. However, it's bytes on 3.7 too.Halp @oremanj?
The text was updated successfully, but these errors were encountered: