Files
RustPython/Lib/test/support
Dean Li 45d02859cb import_helper: refactor frozen_modules
`frozen_modules` requires non-trivial changes in import (`imp.rs`)
and from the doc it is deprecated since 3.3 which makes this feacture
unlikely to be support on this project.
So instead of implementing this feature, I make `frozen_modules` to
raise exception if `frozen` is required. Other than that, all implementation
is just like the upstream version (except one TODO comment to remind
us there is something not fully supported)
2021-12-01 20:06:38 +08:00
..
2021-11-29 21:01:35 +08:00
2021-11-29 21:03:02 +08:00