Skip to content

On Unix, avoid a conversion to wchar_t in getpath.c#153230

Open
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:getpath
Open

On Unix, avoid a conversion to wchar_t in getpath.c#153230
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:getpath

Conversation

@vstinner

@vstinner vstinner commented Jul 6, 2026

Copy link
Copy Markdown
Member
  • Replace _Py_wstat() with _Py_stat() in isfile() and isxfile().
  • Replace _Py_wfopen() with Py_fopen() in readlines().

* Replace _Py_wstat() with _Py_stat() in isfile() and isxfile().
* Replace _Py_wfopen() with Py_fopen() in readlines().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant