For any software that's going to dynamically link and exchange binary types with other independently produced software, that's a deal breaker.
On 24.03.2021 12:54, [email protected] wrote:
Hi all, What about of using modern C++ in developing CPython ? With C++ we can get the following benefits: 1) Readability - less code, most code is hidden by abstraction without losing performance 2) Maintainability - no code duplication in favor of using reusable classes 3) RAII - Resource Acquisition Is Initialization, predictable allocation and free resources ... _______________________________________________ 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/SMF4B2SOY6YG5BJCPEUNJVPNESA3MQOW/ Code of Conduct: http://python.org/psf/codeofconduct/
-- Regards, Ivan _______________________________________________ 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/DRMTE4LZYHDGZXEAAUSD532TZPJKSTAV/ Code of Conduct: http://python.org/psf/codeofconduct/