Message138288
How about this patch?
We yield the GIL in posix_do_stat, so as Antoine pointed out in IRC, we were calling PyErr_SetString without having the GIL. I think this is the correct fix as I've stepped through the code in Visual Studio, forcing it to take this branch when on Win7, but I don't currently have the ability to run on XP. |
|
Date |
User |
Action |
Args |
2011-06-13 23:48:48 | brian.curtin | set | recipients:
+ brian.curtin, loewis, georg.brandl, jaraco, vstinner, ocean-city, eric.smith, tim.golden, nadeem.vawda, santoso.wijaya, python-dev |
2011-06-13 23:48:48 | brian.curtin | set | messageid: <1308008928.65.0.46332383197.issue12084@psf.upfronthosting.co.za> |
2011-06-13 23:48:48 | brian.curtin | link | issue12084 messages |
2011-06-13 23:48:48 | brian.curtin | create | |
|