Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore compatiblity with Python 3.6 #1051

Merged
merged 3 commits into from
Jan 20, 2024
Merged

Restore compatiblity with Python 3.6 #1051

merged 3 commits into from
Jan 20, 2024

Conversation

hugsy
Copy link
Owner

@hugsy hugsy commented Jan 20, 2024

Description

Fixes #1049

Removes from typing imports the Literal member which appears on Python 3.8.
Since it's never used anyway, it shouldn't be here in a first place. Wonder how linting missed this 馃

Also it seems adding target hooks overlooked the compat also. Since we might upgrade the base versions soon, the feature is just disabled for now

Checklist

  • My code follows the code style of this project.
  • My change includes a change to the documentation, if required.
  • If my change adds new code, adequate tests have been added.
  • I have read and agree to the CONTRIBUTING document.

@hugsy hugsy added the bug label Jan 20, 2024
@hugsy hugsy added this to the 2024.05 milestone Jan 20, 2024
@hugsy hugsy self-assigned this Jan 20, 2024
gef.py Outdated Show resolved Hide resolved
@hugsy hugsy merged commit 219d46f into main Jan 20, 2024
4 of 5 checks passed
@hugsy hugsy deleted the fix_1049 branch January 20, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] GEF installation error with GDB 8.2 with Python3.6 bindings
2 participants