Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it really necessary, that the python executable is linked to libstdc++ library ?

0
Posted

Is it really necessary, that the python executable is linked to libstdc++ library ?

0

• Shared library: python should be built by default as a shared library (on all platforms, where this is possible). • Versioning: Python currently assumes, that native modules are built and run with identical python versions (otherwise warnings are issued). Newer python versions should guarantee binary backward compatibility for native modules built with older python versions.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123