python3: Remove --without-pymalloc
authorJeffery To <jeffery.to@gmail.com>
Mon, 8 May 2023 15:42:37 +0000 (23:42 +0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 24 May 2023 03:04:33 +0000 (06:04 +0300)
commit3032e7063f5a215a4a2b15f79be8d54aace6b614
tree66096e2e491e3f25057059b482c9d29c8fbd4f8b
parent0e3398dd61bc9662371a36df9dfcb219df0f1318
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>
lang/python/python3/Makefile