mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -379,7 +379,7 @@ class SourceLoaderBadBytecodeTest(BadBytecodeTest):
|
|||
|
||||
class SourcelessLoaderBadBytecodeTest(BadBytecodeTest):
|
||||
|
||||
loader = _bootstrap.SourcelessFileLoader
|
||||
loader = _bootstrap._SourcelessFileLoader
|
||||
|
||||
def test_empty_file(self):
|
||||
def test(name, mapping, bytecode_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue