metacall / core

MetaCall: The ultimate polyglot programming experience.
https://metacall.io
Apache License 2.0
1.55k stars 160 forks source link

remove unnecessary import of 'ctypes' #451

Closed ai-naymul closed 1 year ago

ai-naymul commented 1 year ago

Description

Remove unnecessary import of ctypes from module_win32.py file

Type of change

Checklist:

viferga commented 1 year ago

This breaks the windows tests, the import is actually used.

2023-07-03T15:36:31.4188821Z kernel32.GetCurrentProcess.restype = ctypes.c_void_p 2023-07-03T15:36:31.4189352Z NameError: name 'ctypes' is not defined