Skip to content

Commit efdedaa

Browse files
committed
Revert tests
1 parent 6a588e8 commit efdedaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,6 @@ def _cache_bytecode(self, source_path, bytecode_path, data):
947947

948948
def set_data(self, path, data, *, _mode=0o666):
949949
"""Write bytes data to a file."""
950-
# DO NOT MERGE - just testing unconditionally skipping this path
951-
return
952950
parent, filename = _path_split(path)
953951
path_parts = []
954952
# Figure out what directories are missing.

0 commit comments

Comments
 (0)