mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
This time also recreating the Python/importlib.h file to make make happy. See the ticket for details.
This commit is contained in:
parent
ac8805a01a
commit
4fe29c9657
11 changed files with 1445 additions and 1448 deletions
|
@ -94,7 +94,7 @@ def load_source(name, pathname, file=None):
|
|||
|
||||
|
||||
class _LoadCompiledCompatibility(_HackedGetData,
|
||||
_bootstrap._SourcelessFileLoader):
|
||||
_bootstrap.SourcelessFileLoader):
|
||||
|
||||
"""Compatibility support for implementing load_compiled()."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue