Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove broken code
  • Loading branch information
maxbachmann committed May 15, 2025
commit 1f29b518e8e678b0abdb9e21890a24c817a9b764
4 changes: 0 additions & 4 deletions Modules/_winapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,10 +1678,6 @@ _winapi_GetShortPathName_impl(PyObject *module, LPCWSTR path)
PyErr_SetFromWindowsErr(0);
}
return result;
#else
PyErr_SetString(PyExc_OSError, "GetShortPathName unavailable on this platform");
return NULL;

}

#endif /* MS_WINDOWS_DESKTOP || MS_WINDOWS_SYSTEM */
Expand Down
Loading