On 22/10/2005, at 7:40 AM, Gregory (Grisha) Trubetskoy wrote:
On Fri, 21 Oct 2005, Jim Gallacher wrote:
Grisha,
I had the status of these issues flipped in my original message.
The cache problem MODPYTHON-82 *is fixed* in trunk. MODPYTHON-83
(compile problems when python is not threaded, for example on BSD)
is not fixed.
Hmm... 83 seems to be about "PyThreadState_Delete: tstate is still
current" run-time error. I think we resolved all the BSD compile
problems before the 3.2.2b release. So does this mean there are no
other issues?
The PyThreadState_Delete issue in this case is not BSD specific. Both
82 and 83
will affect any system where threading is not built into Python. 83
was confirmed
as being a problem on Linux and then 82 was found on the same Linux
system
while debugging 83.
Graham