Boost C++ Libraries: Ticket #4101: method_result::unchecked() doesn't work https://svn.boost.org/trac10/ticket/4101 <p> method_result::unchecked() is giving boost::python::handle&lt;&gt; to boost::python::extract(), which only accepts either a raw <a class="missing wiki">PyObject</a> pointer or boost::python::api::object. The patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4101 Trac 1.4.3 anonymous Thu, 15 Apr 2010 05:34:42 GMT attachment set https://svn.boost.org/trac10/ticket/4101 https://svn.boost.org/trac10/ticket/4101 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-python-override-unchecked-20100415.patch.diff</span> </li> </ul> Ticket Matthew Bradbury <matt-bradbury@…> Thu, 23 Dec 2010 13:47:23 GMT type changed https://svn.boost.org/trac10/ticket/4101#comment:1 https://svn.boost.org/trac10/ticket/4101#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket thomasmiedema@… Wed, 05 Jan 2011 21:39:03 GMT <link>https://svn.boost.org/trac10/ticket/4101#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4101#comment:2</guid> <description> <p> I can confirm this problem. It is present in all recent versions of Boost Python. The patch works correctly, please apply. </p> </description> <category>Ticket</category> </item> <item> <author>mozo@…</author> <pubDate>Sat, 04 Jun 2011 04:43:57 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4101#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4101#comment:3</guid> <description> <p> This is really annoying. Please apply the patch. </p> </description> <category>Ticket</category> </item> <item> <author>Matthew Bradbury <matt-bradbury@…></author> <pubDate>Sat, 04 Jun 2011 08:52:52 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/4101#comment:4 https://svn.boost.org/trac10/ticket/4101#comment:4 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Dave Abrahams</span> to <span class="trac-author">Ralf W. Grosse-Kunstleve</span> </li> </ul> <p> The maintainer seems to have changed, hopefully rwgk can apply it. </p> Ticket Ralf W. Grosse-Kunstleve Sat, 04 Jun 2011 09:52:19 GMT <link>https://svn.boost.org/trac10/ticket/4101#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4101#comment:5</guid> <description> <p> Checked in as trunk rev. 72384 </p> <p> Waiting for tests to cycle. If there are no problems I'll merge to the release branch in a couple days. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Tue, 07 Jun 2011 04:19:12 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4101#comment:6 https://svn.boost.org/trac10/ticket/4101#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to release branch: rev. 72464 </p> Ticket