PyUnicode_Splitlines

Ditto PyUnicode_Split, but split at line breaks.

CRLF is considered to be one line break. Line breaks are not included in the resulting list.

Meta