Re: PythonTest_sw_python failure

2018-10-05 Thread Noel Grandin
On 2018/10/04 8:13 AM, Kaganski Mike wrote: Since commit 4a290888580474f9542f185091bb2a6fcf4e9a53, PythonTest_sw_python fails on Windows (with VS 15.8.6) in SvtBroadcaster::~SvtBroadcaster() on line 102 while (dest != maDestructedListeners.end() && (*dest < *it)) fixed now with https

PythonTest_sw_python failure

2018-10-03 Thread Kaganski Mike
Since commit 4a290888580474f9542f185091bb2a6fcf4e9a53, PythonTest_sw_python fails on Windows (with VS 15.8.6) in SvtBroadcaster::~SvtBroadcaster() on line 102 while (dest != maDestructedListeners.end() && (*dest < *it)) on second iteration when maListeners contains more than 1 item. The