Boost C++ Libraries: Ticket #10923: exec-dynamic fails with Python 3 https://svn.boost.org/trac10/ticket/10923 <p> The reason being that the test case calls PyImport_AppendInittab after Py_Initialize. One solution is to call Py_Finalize before PyImport_AppendInittab, and the re-call Py_Initialize. I implement this in a somewhat structured fashion in the attached patch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10923 Trac 1.4.3 Petr Machata <pmachata@…> Fri, 09 Jan 2015 20:38:12 GMT attachment set https://svn.boost.org/trac10/ticket/10923 https://svn.boost.org/trac10/ticket/10923 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.55.0-python-test-PyImport_AppendInittab.patch</span> </li> </ul> <p> A fix </p> Ticket jwakely.boost@… Thu, 01 Dec 2016 12:13:19 GMT <link>https://svn.boost.org/trac10/ticket/10923#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10923#comment:1</guid> <description> <p> This seems to have been fixed by <a class="ext-link" href="https://github.com/boostorg/python/commit/bb6f52dc35a674ab4570e9811a590b1039fb95b9"><span class="icon">​</span>https://github.com/boostorg/python/commit/bb6f52dc35a674ab4570e9811a590b1039fb95b9</a> so I'm dropping Petr's patch from the Fedora package. </p> </description> <category>Ticket</category> </item> </channel> </rss>