Brian Curtin <br...@python.org> added the comment: 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. ---------- Added file: http://bugs.python.org/file22359/issue12084_XP.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12084> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com