Issue 46976: Update macOS installer builds to use ncurses 6.3 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: ned.deily, ronaldoussoren
Priority: high Keywords:

Created on 2022-03-10 17:07 by ned.deily, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg414869 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-10 17:07
The python.org macOS installers include a private copy of the ncurses library; it has not been updated from 5.9 in a long time. The current upstream version is 6.3 and includes bug and security fixes; we should update to it.
msg414874 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-10 17:53
Assigning to myself as this will require some installer build testing.