-
Notifications
You must be signed in to change notification settings - Fork 29
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
Python 3.10 drops parser module #437
Comments
I think the parser module was replaced by |
- Fixes to issue BhallaLab#437 - Fixes to issues reported by mypy
You can safely detect the function which uses parser module. It is not used anywhere. The new release will get rid of this function and import. |
Just removing tweak_field (and thus the parser import) is not sufficient:
However, just removing the symbol import seems to work for that. |
Just a note: Python 3.10 no longer includes the
parser
module:https://bugs.python.org/issue40939
It's used in
python/moose/utils.py
.I'm not yet sure what is to be done here, what replaces it, so I'm only filing this as an FYI. I'll try to open a PR when I learn what needs to be done.
Here's the downstream NeuroFedora bug for reference:
https://bugzilla.redhat.com/show_bug.cgi?id=1899115
The text was updated successfully, but these errors were encountered: