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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] __name__ attribute for all Enum's are of type Any #1019

Closed
fzakaria opened this issue Feb 2, 2024 · 1 comment
Closed

[python] __name__ attribute for all Enum's are of type Any #1019

fzakaria opened this issue Feb 2, 2024 · 1 comment

Comments

@fzakaria
Copy link
Contributor

fzakaria commented Feb 2, 2024

Describe the bug
name attribute for all Enum's are of type Any
example:

__name__: Any

Expected behavior
The name of the enums before use to be of type str

Environment (please complete the following information):

❯ python -c "import lief;print(lief.__version__)"
0.14.0-16962f2f
@fzakaria
Copy link
Contributor Author

fzakaria commented Feb 2, 2024

I believe this is related to #965
The issue was closed when the commit changed the section fullname to bytes but did not address all the other attributes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants