Boost C++ Libraries: Ticket #5918: Py3k MPI build failure https://svn.boost.org/trac10/ticket/5918 <p> MPI building fails on a reference to PyInt_Type that no longer exists in py3k. </p> <p> Attached patch does a PyInt_Type -&gt; PyLong_Type (which is probably what it should have been in the first place since it uses long(0)). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5918 Trac 1.4.3 Dan Eicher <dan@…> Wed, 21 Sep 2011 14:28:49 GMT attachment set https://svn.boost.org/trac10/ticket/5918 https://svn.boost.org/trac10/ticket/5918 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">5918.patch</span> </li> </ul> Ticket Dan Eicher <dan@…> Wed, 21 Sep 2011 19:04:11 GMT <link>https://svn.boost.org/trac10/ticket/5918#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5918#comment:1</guid> <description> <p> Apparently a (partial) dupe of <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/4657"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/4657</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Wed, 21 Sep 2011 19:29:10 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/5918#comment:2 https://svn.boost.org/trac10/ticket/5918#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Ralf W. Grosse-Kunstleve</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">Python</span> → <span class="trac-field-new">mpi</span> </li> </ul> <p> changing to component mpi </p> Ticket