]> granicus.if.org Git - python/commit
Uninitialized file type would lead to __exit__ lookup failure when site.py
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 May 2009 18:05:51 +0000 (18:05 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 31 May 2009 18:05:51 +0000 (18:05 +0000)
commitd11f7fcc0f29df39595179c577da5ff83467fa5f
treeaa1289b1831994f912a3d3eda1b2a0dc1ffefa09
parenteb88cb8cd44c52c9619b2137d501b8195ecebd79
Uninitialized file type would lead to __exit__ lookup failure when site.py
tries to read *.pth files on interpreter startup.
Objects/object.c