diff options
author | Steve Dower <steve.dower@python.org> | 2021-10-05 12:37:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 12:37:43 (GMT) |
commit | 5146877623ebe8a2806411703b0de9c0aba179a1 (patch) | |
tree | 09351082bb64585fc180337338d0d6e25f3455e1 /Misc | |
parent | de4052fe0633e3a053e66c8477f13677054d6ede (diff) | |
download | cpython-5146877623ebe8a2806411703b0de9c0aba179a1.zip cpython-5146877623ebe8a2806411703b0de9c0aba179a1.tar.gz cpython-5146877623ebe8a2806411703b0de9c0aba179a1.tar.bz2 |
bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-10-05-12-41-53.bpo-45375.CohPP-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-10-05-12-41-53.bpo-45375.CohPP-.rst b/Misc/NEWS.d/next/Windows/2021-10-05-12-41-53.bpo-45375.CohPP-.rst new file mode 100644 index 0000000..c721643 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-10-05-12-41-53.bpo-45375.CohPP-.rst @@ -0,0 +1,2 @@ +Fixes an assertion failure due to searching for the standard library in +unnormalised paths. |