Skip to content

Commit ad09d0b

Browse files
committed
Add comment
1 parent f1fbba3 commit ad09d0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_embed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,7 @@ def tmpdir_with_python(self, subdir=None):
14991499
self.test_exe = exec_copy
15001500

15011501
if sys.platform == "cygwin":
1502+
# Copy libpython DLL
15021503
exe_path = os.path.dirname(sys.executable)
15031504
libpython_dll = sysconfig.get_config_var('DLLLIBRARY')
15041505
shutil.copy2(os.path.join(exe_path, libpython_dll),

0 commit comments

Comments
 (0)