Issue #5853: calling a function of the mimetypes module from several threads
commit987188a11e1c2e7ce70d5dff56493a6b36ed29d5
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 27 Apr 2009 20:50:20 +0000 (27 20:50 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 27 Apr 2009 20:50:20 +0000 (27 20:50 +0000)
treed6f07e24ed0a881a36c4a3ee7a2c39ca9a19e801
parentec1e00f00928cfb4822d454b8b18bb6af20373ab
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.

git-svn-id: http://svn.python.org/projects/python/trunk@72045 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/mimetypes.py
Misc/NEWS