Uninitialized file type would lead to __exit__ lookup failure when site.py
commit44ce01260a15c3be29986a9101dcf955feb8ba3a
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 31 May 2009 18:05:51 +0000 (31 18:05 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 31 May 2009 18:05:51 +0000 (31 18:05 +0000)
treed2822f8494b61e1c72c35d612cf13805e25012b0
parentef105bc164b562cf13d8b0aed2b4c47b51420a24
Uninitialized file type would lead to __exit__ lookup failure when site.py
tries to read *.pth files on interpreter startup.

git-svn-id: http://svn.python.org/projects/python/trunk@73076 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/object.c