Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

gh-119842: Honor PyOS_InputHook in the new REPL#119843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ambv merged 5 commits intopython:mainfrompablogsal:gh-119842
Jun 4, 2024
Merged
Changes from1 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
PrevPrevious commit
NextNext commit
Update Modules/posixmodule.c
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
  • Loading branch information
@ambv@mdboom
ambv andmdboom authoredJun 4, 2024
commit444e6a5668e8ae6d0a2f2b8b5e2411f990b57603
2 changes: 1 addition & 1 deletionModules/posixmodule.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16742,7 +16742,7 @@ os__inputhook_impl(PyObject *module)
result = PyOS_InputHook();
Py_END_ALLOW_THREADS;
}
return PyLong_FromLong(result);
return PyLong_FromLong(result);
}

/*[clinic input]
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp