Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Don't use parser module if symbol doesn't exist as well. #2680

Closed
wants to merge 1 commit into from

Conversation

aadsm
Copy link

@aadsm aadsm commented Feb 9, 2022

Python 3.10 removed the parser and the symbol modules that were deprecated for a while now.
There's a fallback implementation with markerlib for parser but we were not checking for the lack of the symbol module as well.

Python 3.10 removed the `parser` and the `symbol` modules that were deprecated for a while now.
There's a fallback implementation with markerlib for `parser` but we were not checking for the lack of the `symbol` module as well.
@bigfootjon
Copy link
Member

This has been superseded by #2697 / #2696

@bigfootjon bigfootjon closed this May 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants