mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
PEP 3147
This commit is contained in:
parent
0e59cc3fc3
commit
28a691b7fd
39 changed files with 1203 additions and 287 deletions
|
@ -33,7 +33,7 @@ class EncodingTest(unittest.TestCase):
|
|||
|
||||
def run_test(self, source):
|
||||
with source_util.create_modules(self.module_name) as mapping:
|
||||
with open(mapping[self.module_name], 'wb')as file:
|
||||
with open(mapping[self.module_name], 'wb') as file:
|
||||
file.write(source)
|
||||
loader = _bootstrap._PyPycFileLoader(self.module_name,
|
||||
mapping[self.module_name], False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue