commit | 6c44fde3e03079e0c69f823dafbe04af50b5bd0d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Apr 24 16:10:09 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 24 16:10:09 2019 +0200 |
tree | a55128492c6e6900b92279c304d81ef26ea03cdf | |
parent | 4f5a3493b534a95fbb01d593b1ffe320db6b395e [diff] |
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) "./configure --with-pymalloc" no longer adds the "m" flag to SOABI (sys.implementation.cache_tag). Enabling or disabling pymalloc has no impact on the ABI.