Opened 13 years ago

Closed 11 years ago

#4101 closed Patches (fixed)

method_result::unchecked() doesn't work

Reported by: mozo@… Owned by: Ralf W. Grosse-Kunstleve
Milestone: Boost 1.43.0 Component: python USE GITHUB
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

method_result::unchecked() is giving boost::python::handle<> to boost::python::extract(), which only accepts either a raw PyObject pointer or boost::python::api::object. The patch is attached.

Attachments (1)

boost-python-override-unchecked-20100415.patch.diff (416 bytes ) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Matthew Bradbury <matt-bradbury@…>, 12 years ago

Type: BugsPatches

comment:2 by thomasmiedema@…, 12 years ago

I can confirm this problem. It is present in all recent versions of Boost Python. The patch works correctly, please apply.

comment:3 by mozo@…, 11 years ago

This is really annoying. Please apply the patch.

comment:4 by Matthew Bradbury <matt-bradbury@…>, 11 years ago

Owner: changed from Dave Abrahams to Ralf W. Grosse-Kunstleve

The maintainer seems to have changed, hopefully rwgk can apply it.

comment:5 by Ralf W. Grosse-Kunstleve, 11 years ago

Checked in as trunk rev. 72384

Waiting for tests to cycle. If there are no problems I'll merge to the release branch in a couple days.

comment:6 by Ralf W. Grosse-Kunstleve, 11 years ago

Resolution: fixed
Status: newclosed

Merged to release branch: rev. 72464

Note: See TracTickets for help on using tickets.