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-125843: fixtest_curses.test_attributes on x86-64 macOS#134252

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
picnixz merged 8 commits intopython:mainfrompicnixz:patch/curses-checks-125843
May 20, 2025
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
fix compilation
  • Loading branch information
@picnixz
picnixz committedMay 19, 2025
commit0d01adec5a2ce61ab810203b3b6bfbbbecbdae7e
3 changes: 2 additions & 1 deletionModules/_cursesmodule.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -390,7 +390,8 @@ _PyCursesStatefulCheckFunction(PyObject *module,
#define curses_assert_success(CODE, CURSES_FUNCNAME, PYTHON_FUNCNAME) \
do { \
if (CODE != OK) { \
PyErr_Format("%s (called by %s()) returned %d instead of %d", \
PyErr_Format(PyExc_SystemError, \
"%s (called by %s()) returned %d instead of %d", \
CURSES_FUNCNAME, PYTHON_FUNCNAME, CODE, OK); \
return NULL; \
} \
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp