Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions 4 Modules/clinic/posixmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 4 Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -3477,12 +3477,12 @@ Change the current working directory to the specified path.

path may always be specified as a string.
On some platforms, path may also be specified as an open file descriptor.
If this functionality is unavailable, using it raises an exception.
If this functionality is unavailable, using it raises an exception.
[clinic start generated code]*/
haampie marked this conversation as resolved.
Show resolved Hide resolved

static PyObject *
os_chdir_impl(PyObject *module, path_t *path)
/*[clinic end generated code: output=3be6400eee26eaae input=1a4a15b4d12cb15d]*/
/*[clinic end generated code: output=3be6400eee26eaae input=a74ceab5d72adf74]*/
{
int result;

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.