File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -845,6 +845,9 @@ def import_python_sources(args):
845
845
SUITE .vc .git_command (SUITE .dir , ["clean" , "-fdx" ])
846
846
shutil .rmtree ("graalpython" )
847
847
848
+ # re-copy lib-python
849
+ shutil .copytree (os .path .join (python_sources , "Lib" ), _get_stdlib_home ())
850
+
848
851
for inlined_file in pypy_files + extra_pypy_files :
849
852
original_file = None
850
853
name = os .path .basename (inlined_file )
@@ -888,9 +891,6 @@ def import_python_sources(args):
888
891
if original_file is None :
889
892
mx .warn ("Could not update %s - original file not found" % inlined_file )
890
893
891
- # re-copy lib-python
892
- shutil .copytree (os .path .join (python_sources , "Lib" ), _get_stdlib_home ())
893
-
894
894
# commit and check back
895
895
SUITE .vc .git_command (SUITE .dir , ["add" , "." ])
896
896
raw_input ("Check that the updated files look as intended, then press RETURN..." )
You can’t perform that action at this time.
0 commit comments