◐ Shell
clean mode source ↗

bpo-44351: Restore back parse_makefile in distutils.sysconfig by frenzymadness · Pull Request #26637 · python/cpython

The function uses distutils.text_file.TextFile and therefore
behaves differently than _parse_makefile in sysconfig.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 11, 2021
…GH-26637)

The function uses distutils.text_file.TextFile and therefore
behaves differently than _parse_makefile in sysconfig.
(cherry picked from commit fc98266)

Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>

encukou pushed a commit that referenced this pull request

Jun 15, 2021
…) (GH-26673)

The function uses distutils.text_file.TextFile and therefore
behaves differently than _parse_makefile in sysconfig.
(cherry picked from commit fc98266)

Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>