We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e68342 commit 22b4e78Copy full SHA for 22b4e78
1 file changed
Lib/test/test_tarfile.py
@@ -3949,7 +3949,7 @@ def test_realpath_limit_attack(self):
3949
# path fits in PATH_MAX, but it overflows when the final symlink
3950
# is expanded
3951
steps = "abcdefghijklmnop"
3952
- if sys.platform in ('win32', 'cygwin'):
+ if sys.platform == 'win32':
3953
component = 'd' * 25
3954
elif 'PC_PATH_MAX' in os.pathconf_names:
3955
max_path_len = os.pathconf(self.outerdir.parent, "PC_PATH_MAX")
0 commit comments