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.
See Implementation
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.