1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi/inference/compiled
Peter Law c137eb6918 Modernise importlib usage
`find_module` is deprecated in all supported version of Python and
is slated for removal in the upcoming 3.12. Happily it seems we
can move to the related `find_spec` and just hoist the loader from
the spec which that returns. (This is mostly what current `find_module`
implementations do anyway).
2023-05-27 22:03:51 +01:00
..
2023-05-27 22:03:51 +01:00
2023-05-26 21:38:42 +01:00
2022-07-15 17:29:02 +10:00