commit | 124ee8b1abb8f9d5b03eae20abb9405ce3fa5d7b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 16 13:55:47 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 16 13:55:47 2012 +0100 |
tree | 8ac2899e71dee307c2e9cfbb0941e801feac4368 | |
parent | 646c7b50860a5171a127f01a511bfc887a0cb72e [diff] |
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.