mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
[issue19152] Add ExtensionFileLoader.get_filename().
This commit is contained in:
parent
efbc475278
commit
af8566c847
5 changed files with 227 additions and 196 deletions
|
@ -168,6 +168,8 @@ class ExecutionLoader(InspectLoader):
|
|||
set to."""
|
||||
raise NotImplementedError
|
||||
|
||||
_register(machinery.ExtensionFileLoader)
|
||||
|
||||
|
||||
class FileLoader(_bootstrap.FileLoader, ResourceLoader, ExecutionLoader):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue