commit | 57f3d93552edf5f4f5d5e8fad5aff9f72788bc7a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 27 21:04:19 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 27 21:04:19 2009 +0000 |
tree | cdebad863f87fa2560aa2c99de8c5f9208554f98 | |
parent | 58c8c262f82bf82fe337089685ef14f35a8701b5 [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. ........