I finally figured this threading problem out. S simple. The
thread
stack size needed to be increasedthe default thread stack size on
hp-ux is insufficient.
I suggest that change be added to the default Python build process ...
or a note added to the README under the HP-UX section at leas
[also sent to [EMAIL PROTECTED]
Hi Python Experts,
I am developing a Python interface to an existing (multithreaded) c++
api. I have it working on several platforms (linux, solaris, irix,
windoze) but I am having a few problems with threading on hp-ux and aix
platforms. Here is one of the prob