| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…/error-type-125843
There was a problem hiding this comment.
Actually, there are some funcname that should be corrected but I need to see how they should really be corrected.
Sorry, something went wrong.
|
I've decided to keep the explicit calls to reduce the number of helper functions. When the python function name is the same, the caller needs to pass NULL. It also avoids the _from suffixes. I also updated the _curses_panel module that I totally forgot. Note: I can actually delay the curses_panel changes for a follow-up PR btw. |
Sorry, something went wrong.
|
I'll make a separate PR for _curses.panel as I want to merge the curses part now. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 34a1c31 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F125844%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
There was a problem hiding this comment.
OK, let's do it!
Thank you!
Sorry, something went wrong.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
Ok, so actually I broke another build bot. However, it's good that it's broken because this means that either my function call is wrong or something else was wrong. |
Sorry, something went wrong.
…ython#125844) - Rename error helpers with a `curses_set_error_*` prefix instead of `PyCurses*`. - Cleanly report both NULL and ERR cases. - Raise `curses.error` in `is_linetouched` instead of a `TypeError`.
…ython#125844) - Rename error helpers with a `curses_set_error_*` prefix instead of `PyCurses*`. - Cleanly report both NULL and ERR cases. - Raise `curses.error` in `is_linetouched` instead of a `TypeError`.
| Back | FazBrowse Home | New Git URL |
📚 Documentation preview 📚: https://cpython-previews--125844.org.readthedocs.build/