mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
This commit is contained in:
parent
a5798ded26
commit
2945e78b05
10 changed files with 15 additions and 18 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