Opened 11 years ago
Closed 11 years ago
#5639 closed Patches (fixed)
Including slice.hpp to boost/python
Reported by: | Owned by: | Ralf W. Grosse-Kunstleve | |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | include, segmentation fault | Cc: | ankitdaf@… |
Description
slice.hpp needs to be included to boost/python.hpp otherwise it throws a segmentation fault when trying to access slice data in C++ , as I observed while writing tests for the boost/python/numpy library
Note:
See TracTickets
for help on using tickets.
Fixed on trunk, revision 72745. (It is too late for the 1.47.0 release; I'll merge for the next release.) Thanks.