[Quickfix-users] python exceptions
Brought to you by:
orenmnero
From: Lucio F. <dog...@ya...> - 2012-10-02 19:18:51
|
I'm building Quickfix 1.13.3 on Linux Fedora. The python unittests are failing. From what I can see, the tests are attempting to parse erroneous strings, and the test is to determine whether the proper python exception is thrown or not. What's happening, is that a c++ exception is being thrown first, not being caught before the python interpreter can return, and the test fails with a c++ coredump. Anyone come across this? Are there prebuilt binaries for python FIX ? |