commit | 6086b0dd95a2a829e83860f9dd090e6274c17132 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 19 09:09:04 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 19 09:09:04 2010 +0000 |
tree | 2fa4fba15e01ac378cb59c74ddb8f19ec5b0100a | |
parent | 2ada9064faf2f38404ba7733b263d81c3f687e41 [diff] |
Merged revisions 84172 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84172 | martin.v.loewis | 2010-08-18 18:12:23 +0200 (Mi, 18 Aug 2010) | 2 lines Restore GIL in nis_cat in case of error. ........