Opened 13 years ago
Closed 11 years ago
#4101 closed Patches (fixed)
method_result::unchecked() doesn't work
| Reported by: | 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)
Change History (7)
by , 13 years ago
| Attachment: | boost-python-override-unchecked-20100415.patch.diff added |
|---|
comment:1 by , 12 years ago
| Type: | Bugs → Patches |
|---|
comment:2 by , 12 years ago
comment:4 by , 11 years ago
| Owner: | changed from to |
|---|
The maintainer seems to have changed, hopefully rwgk can apply it.
comment:5 by , 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 , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Merged to release branch: rev. 72464
Note:
See TracTickets
for help on using tickets.

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