-
-
Couldn't load subscription status.
- Fork 33.3k
Closed
Labels
OS-mactype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
Crash report
What happened?
MacOS began pushing out updates to XCode Command Line Tools to install 15.0 recently. Upon updating I began having issues with curses. This happens with the Python provided by Apple. I'm not aware of the best way to communicate this issue to Apple, hopefully someone here knows who to ping or is watching.
Save the below as curses-segfault.py:
import curses
def main(stdscr):
stdscr.refresh()
curses.wrapper(main)Run the script in zsh in MacOS Terminal via:
/usr/bin/python3 curses-segfault.pyAn easy way to see if you got the update is via the terminal by running:
softwareupdate --historyCPython versions tested on:
3.9
Operating systems tested on:
macOS
Output from running 'python -VV' on the command line:
python3 -VV Python 3.9.6 (default, Aug 11 2023, 19:44:49) [Clang 15.0.0 (clang-1500.0.40.1)]
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-mactype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Projects
Status
Done