commit | 7d834a571ac8d97b12707f03ff5c2af5129b7b04 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 27 21:01:13 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 27 21:01:13 2009 +0000 |
tree | ba62489374bbc2b23704c7c4e39eef172472cc8b | |
parent | 061c7bb2f2faf6a8a3a77a2fd85ac042f392649b [diff] |
Merged revisions 72045 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72045 | antoine.pitrou | 2009-04-27 22:50:20 +0200 (lun., 27 avril 2009) | 5 lines Issue #5853: calling a function of the mimetypes module from several threads at once could hit the recursion limit if the mimetypes database hadn't been initialized before. ........