commit | 64707923bef2f539c12446b880f715a70ed6c21a | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Thu Oct 22 13:12:20 2015 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Thu Oct 22 13:12:20 2015 -0700 |
tree | 7e2da4b6d13b445a20e71a96b3b9bbf3aba9594a | |
parent | 7427a79e12a418a76d4660799b1c75785b5ea46d [diff] |
Issue21709: Call os.path.normcase when setting _srcfile for compatibility with what findCaller() does when running on non-POSIX platforms. (alternatively: the normcase calls in both places could be eliminated, but that touches more code and that refactoring hasn't even been done in 3 yet...)