enthought / pywin32-ctypes

A (partial) reimplementation of pywin32 in pure python
Other
18 stars 9 forks source link

`BackendFinder` should implement `find_spec()` instead of `find_module()` #118

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

MetaPathFinder.find_module() was deprecated in Python 3.4 in favor of find_spec(), and starting in Python 3.10, having a find_module() but no find_spec() results in a warning being emitted.