8000 gh-125843: fix `test_curses.test_attributes` on x86-64 macOS by picnixz · Pull Request #134252 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-125843: fix test_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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 20, 2025
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
Next Next commit
fixup comment
  • Loading branch information
picnixz committed May 19, 2025
commit e49e11b7ec4c999cd2d18216551d8bcfcaf4b076
2 changes: 0 additions & 2 deletions Modules/_cursesmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ curses_check_err(PyObject *module, int code,
const char *python_funcname)
{
if (code != ERR) {
// Depending on the implementation of curses, a nonzero code
// may anything that is not ERR to indicate a successful call.
Py_RETURN_NONE;
}
curses_set_error(module, curses_funcname, python_funcname);
Expand Down
Loading
0