gh-136687: allow manually excluding ncurses from the build#136696
gh-136687: allow manually excluding ncurses from the build#136696duaneg wants to merge 2 commits intopython:mainfrom
Conversation
sobolevn
left a comment
There was a problem hiding this comment.
Please, don't forget to update Doc/using/configure.rst with the new option.
I haven't reviewed the AC code, because I am not an expert there :)
…pping building the python curses module as opposed to not using the system ncurses library. Remove mistakenly repeated test modules section. Document configure option.
Ah, thanks! I didn't spot those docs, updated. On review I think it would be better to think of this from the higher-level user perspective of excluding the Although that does prompt the question of whether we should allow excluding other modules at build time. I'm not sure if this has been discussed before or would be considered useful.
As it turns out, I had made a silly mistake and left a copy & pasted chunk of code in there, so I'm glad you didn't review it as yet 🙂 A tip for reviewing: most of the |
|
This PR is stale because it has been open for 30 days with no activity. |
Add an option to manually exclude
ncursesfrom the build.