This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TheUltimatePineapple
Recipients TheUltimatePineapple, chris.jerdonek, christian.heimes, pmpp, remi.lapeyre
Date 2020-06-07.02:40:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591497660.53.0.547069592133.issue40743@roundup.psfhosted.org>
In-reply-to
Content
For me CPython has caused a lot of pain without having CMake.

I have to manually compile CPython on each OS I want to support, having to fix the quirks on each build system and I have keep the built linkable blobs in my project which increases the repo size.

It seems though the people here are so old-fashioned they don't see the point in CMake ¯\_(ツ)_/¯

I don't think I can keep CPython adopted in my engine if it keeps being this way, I'll have to look into alternate scripting languages which don't rely on antiquated build systems.
History
Date User Action Args
2020-06-07 02:41:00TheUltimatePineapplesetrecipients: + TheUltimatePineapple, christian.heimes, pmpp, chris.jerdonek, remi.lapeyre
2020-06-07 02:41:00TheUltimatePineapplesetmessageid: <1591497660.53.0.547069592133.issue40743@roundup.psfhosted.org>
2020-06-07 02:41:00TheUltimatePineapplelinkissue40743 messages
2020-06-07 02:40:59TheUltimatePineapplecreate