New submission from Eric Snow <ericsnowcurren...@gmail.com>:
FrozenImporter (in Lib/importlib/_bootstrap.py) has a get_source() method but it always returns None. Now that __file__ is set on frozen (stdlib) modules, we can implement FrozenImporter.get_source() appropriately. ---------- components: Library (Lib) messages: 405219 nosy: FFY00, eric.snow priority: normal severity: normal stage: needs patch status: open title: Implement FrozenImporter.get_source() type: behavior versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45658> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com