Skip to content

Add missing newline breaking patch on unix systems

This is a bit of a silly MR since I later noticed some more involved windows-specific bits.

Either way, the lack of newline was making Modules/makesetup skip the last line of Modules/Setup, leading to _curses_panel not being disabled and failing python3 installation on *nix (tested on macos but I assume sh on linux works the same in this regard)

Given that mainline patch has the newline, I assume its omission here was not deliberate.

Merge request reports