Bug report
Bug description:
With macOS 64-bit universal2 installer for Python 3.13(both 3.13.0 and 3.13.1), following code raises
error AttributeError: '_curses.window' object has no attribute 'get_wch'. Did you mean: 'getch'?
.
from curses import wrapper
def main(stdscr):
c = stdscr.get_wch()
wrapper(main)
However, it can be used on the same box if I build Python from source code myself.
Tested on MacOS Sequoia 15.0:
CPython versions tested on:
3.13
Operating systems tested on:
macOS