The _curses.window.get_wch() method is not available in Python 3.13 for macOS universal2 installer #128085
Labels
extension-modules
C modules in the Modules dir
OS-mac
type-bug
An unexpected behavior, bug, or error
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'?
.However, it can be used on the same box if I build Python from source code myself.
Tested on MacOS Sequoia 15.0:
With macOS 64-bit universal2:
Built from source:
CPython versions tested on:
3.13
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: