Use even more subprocess accesses

This commit is contained in:
Dave Halter
2017-12-06 15:16:27 +01:00
parent 42fb93dc01
commit 13f8f37547
4 changed files with 13 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ def test_simple(evaluator):
def test_fake_loading(evaluator):
builtin = compiled.get_special_object(evaluator, 'BUILTINS')
string, = builtin.py__getattribute__('str')
from_name = compiled.context._create_from_name(evaluator, string, '__init__')
from_name = compiled.context.create_from_name(evaluator, string, '__init__')
assert from_name.tree_node