mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
the buildbots to fail.
This commit is contained in:
parent
2945e78b05
commit
ac8805a01a
10 changed files with 18 additions and 15 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