Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: do not use the deprecated imp module
The `imp` module has been deprecated from py3.4 [1] and will be removed in py3.12 [2]. This patch is required to use pythran on the current main branch of Python. [1] https://docs.python.org/3.11/library/imp.html?highlight=imp#module-imp [2] python/cpython#98573
- Loading branch information