https://github.com/python/cpython
Revision 345194de8cb3ceaa40d19353d30ba6e23b6e6edb authored by Barney Gale on 03 April 2024, 15:39:40 UTC, committed by GitHub on 03 April 2024, 15:39:40 UTC
On Linux >= 2.6.36 with glibc < 2.27, `getcwd()` can return a relative
pathname starting with '(unreachable)'. We detect this and fail with
ENOENT, matching new glibc behaviour.

Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 03f7aaf
Raw File
Tip revision: 345194de8cb3ceaa40d19353d30ba6e23b6e6edb authored by Barney Gale on 03 April 2024, 15:39:40 UTC
GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#117481)
Tip revision: 345194d
pyshellext.def
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top