Subject: [Boost-bugs] [Boost C++ Libraries] #10923: exec-dynamic fails with Python 3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-09 20:37:45
#10923: exec-dynamic fails with Python 3
---------------------------------------+---------------------
Reporter: Petr Machata <pmachata@â¦> | Owner: rwgk
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Python
Version: Boost 1.57.0 | Severity: Problem
Keywords: |
---------------------------------------+---------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10923> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC