Hello, I am embedding python inside a C++ program. For some reason (I think libxml2), I am getting Segmentation fault at PyThread_release_lock.
The solution I found online was to configure python with --disable-thread. I used "apt-get install python-dev" to install python. How do I re-configure it using the --disable-thread option? Thanks.
-- http://mail.python.org/mailman/listinfo/python-list