We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
backlib
aiostdlib
When overriding `__module__` in `aiostdlib.*`, the `backlib.py313.*.__module__` is also overrided
>>> from backlib.py313.json import JSONDecodeError >>> from aiostdlib import json >>> raise JSONDecodeError(msg="msg", doc="doc", pos=0) Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "...", line 6, in <module> raise JSONDecodeError(msg="msg", doc="doc", pos=0) aiostdlib.json.JSONDecodeError: msg: line 1 column 1 (char 0)
Other (Use the Comments)
Cross-platform
Library Version: `aiostdlib-0.2.0-rc`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terms
What happened?
How to Reproduce?
Library Version
Other (Use the Comments)
Python Version
Other (Use the Comments)
Operating System
Comments
The text was updated successfully, but these errors were encountered: