]> granicus.if.org Git - python/commit
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931)
authorVictor Stinner <vstinner@redhat.com>
Wed, 24 Apr 2019 14:10:09 +0000 (16:10 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2019 14:10:09 +0000 (16:10 +0200)
commit6c44fde3e03079e0c69f823dafbe04af50b5bd0d
treea55128492c6e6900b92279c304d81ef26ea03cdf
parent4f5a3493b534a95fbb01d593b1ffe320db6b395e
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.
Misc/NEWS.d/next/Build/2019-04-24-02-29-15.bpo-36707.8ZNB67.rst [new file with mode: 0644]
configure
configure.ac