-
Notifications
You must be signed in to change notification settings - Fork 31
AttributeError: 'module' object has no attribute 'inf' #60
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
Comments
Whoops, sorry about that. v0.9.10 requires Python 3. I forgot to make that clear in the release notes. I will fix that soon. |
it looks like 0.9.9 is already requires Python 3. see 1f7f806 |
Hmm. You might be right, I think I got that change confused with something else. Good news is that maybe I can go back to supporting Python 2. I'll try to check on these things in the next day or two. |
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
Mar 17, 2023
There was one minor code change between these two versions -- [GitHub issue #60](dpranke/pyjson5#60) for a Python2 compatibility fix -- and few changes to non-code files (README.md, setup.py, and ios-simulator.json). Change-Id: I8516fbc6e2af82501da6b0671b142c3a212629d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348412 Commit-Queue: Dirk Pranke <[email protected]> Reviewed-by: Sylvain Defresne <[email protected]> Cr-Commit-Position: refs/heads/main@{#1118717}
dpranke
added a commit
that referenced
this issue
Mar 30, 2025
This was being parsed as a legal string and then rejected later when turning the AST into a value. This change fixes the parser to reject the string.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 2.7.18
after upgrade to latest version v0.9.10,
an error occurred as title
The text was updated successfully, but these errors were encountered: