Skip to content

Comments

codegenerator.py: remove deprecated CDLL field _filpath#152

Open
anisa-su993 wants to merge 1 commit intotrolldbois:masterfrom
anisa-su993:remove_deprecated_field
Open

codegenerator.py: remove deprecated CDLL field _filpath#152
anisa-su993 wants to merge 1 commit intotrolldbois:masterfrom
anisa-su993:remove_deprecated_field

Conversation

@anisa-su993
Copy link

See Issue #148

In v3.12+, ctypes removed the _filepath field and now _name can be used as a path-like object. This patch removes the deprecated field which raises an AttributeError if run with Python 3.12+

In v3.12+, ctypes removed the _filepath field and now _name can be used
as a path-like object. This patch removes the deprecated field which
raises an AttributeError if run with Python 3.12+

Signed-off-by: Anisa Su <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant