Hi, Guido Yes. Micropyhton is also in consideration. But sqlite3 is the first usage. There should be some additional features like numpy, scipy... Not sure if micropython supports well?
Or is there a feasible way to strip CPython ? Thanks. From: Guido van Rossum <[email protected]> Sent: Monday, July 20, 2020 10:45 PM To: Huang, Yang <[email protected]> Cc: [email protected] Subject: Re: [Python-Dev] How to customize CPython to a minimal set Have you considered starting with micropython? It’s made for embedded systems and fully supports Python 3 syntax. Adding sqlite3 support to it will be less work than stripping all the I/O from CPython. —Guido On Mon, Jul 20, 2020 at 06:48 Huang, Yang <[email protected]<mailto:[email protected]>> wrote: Hi, all There is a request to run python in a Linux-based embedded resource constrained system with sqlite3 support. So many features are not required, like posixmodule, signalmodule, hashtable ... But seems there are some dependencies among the Modules/Parser/Python/Objects/Programs... Is there a way to tailor CPython 3 to a minimal set with sqlite3 (the less syscalls the better) ? Is it possible to do that? Thank you. _______________________________________________ Python-Dev mailing list -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ECPLKXQ42VNLHD5DP3RG57L3QTJ77FUT/ Code of Conduct: http://python.org/psf/codeofconduct/ -- --Guido (mobile)
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/CVRL4VTGITKVHLHHTZR5HBCZ4EK2WIPE/ Code of Conduct: http://python.org/psf/codeofconduct/
