]> granicus.if.org Git - python/commit
Fix a bad assumption that all objects assigned to '__loader__' on a module
authorBrett Cannon <bcannon@gmail.com>
Wed, 6 Dec 2006 23:38:48 +0000 (23:38 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 6 Dec 2006 23:38:48 +0000 (23:38 +0000)
commit8211297a7e4d18833b61170f65a1c47183e348c8
tree7820ddc454797c9c2c696fd22d4d6b576c2f4118
parent87fa5594790fda836c8a59708de60513430c0328
Fix a bad assumption that all objects assigned to '__loader__' on a module
will have a '_files' attribute.
Lib/ctypes/test/__init__.py