id summary reporter owner description type status milestone component version severity resolution keywords cc 3450 [fix in git] Bug into boost::python::stl_input_iterator micdestefano@… troy d. straszheim "I noticed that if you try to traverse more than once the range (begin,end) obtained with the `stl_input_iterator`, you don't get the expected results.[[BR]] [[BR]] Please, look at the attached code (rangemodule.cpp) and at the usage from the python console (python_console.txt).[[BR]] [[BR]] The problem is given by the call to the `std::distance` function.[[BR]] If you build with `-DWORK_AROUND` the problem disappears, but I need to call `std::distance`, because it is the original class that calls it (and I prefer not to modify it simply for building a python extension)." Bugs assigned Boost 1.41.0 python USE GITHUB Boost 1.40.0 Problem multiple traverse