Message90710
I know this issue is closed, but for this patch, the code:
+ modstate = get_atexitmodule_state(module);
+
+ if (modstate->ncallbacks == 0)
+ return;
was added.
Is there any condition under which modstate could be NULL.
Haven't touched Python 3.0 support in mod_wsgi for a long time and when
revisiting code with final Python 3.0, I find that I get Py_Finalize()
crashing on process shutdown. It is crashing because modstate above is
NULL. |
|
Date |
User |
Action |
Args |
2009-07-19 12:13:50 | grahamd | set | recipients:
+ grahamd, loewis, barry, christian.heimes, benjamin.peterson |
2009-07-19 12:13:49 | grahamd | set | messageid: <1248005629.89.0.064677439988.issue4200@psf.upfronthosting.co.za> |
2009-07-19 12:13:48 | grahamd | link | issue4200 messages |
2009-07-19 12:13:48 | grahamd | create | |
|