python3: Remove --without-pymalloc
authorJeffery To <jeffery.to@gmail.com>
Mon, 8 May 2023 15:42:37 +0000 (23:42 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 24 May 2023 04:31:56 +0000 (12:31 +0800)
commitcc2726f9e5865a2b1f9feae88b755a787fe0b8cb
treedae6d62c30379f900d31b7e033d00478cab18aa4
parent2001484c28e54b05989f89bb6f0a388002e86b68
python3: Remove --without-pymalloc

--without-pymalloc was added in 7bf1ae65a89e380ce20ef5ab13b1a7276d6f7047
because leaving it enabled added an "m" flag/suffix to file names.

This flag/suffix was removed in Python 3.8[1], so disabling pymalloc is
no longer necessary.

[1]: https://docs.python.org/3.8/whatsnew/3.8.html#build-and-c-api-changes

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 3032e7063f5a215a4a2b15f79be8d54aace6b614)
lang/python/python3/Makefile