commit | 2f2ea96c4429b81f491aa1cdc4219ef2fd6d37fb | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 15 05:36:45 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 15 14:36:45 2021 +0200 |
tree | b81c7757606a7f2c2fe8e37b7656c064d1c9a573 | |
parent | 133cddf76e8265536c584872351c191e3afd66a2 [diff] |
bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673) The function uses distutils.text_file.TextFile and therefore behaves differently than _parse_makefile in sysconfig. (cherry picked from commit fc98266ff627ba0f56f8ae241245b66bc983baa3) Co-authored-by: LumÃr 'Frenzy' Balhar <lbalhar@redhat.com>