]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
First part of SF patch #416704: More robust freeze, by Toby Dickenson.
authorGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 18:54:11 +0000 (18:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Oct 2001 18:54:11 +0000 (18:54 +0000)
commit8f4d3316deac9ba3222370c6fb7dfa851a0b39a5
tree191d844e5979c74332b404222da3dfa8abd39111
parent4114a4afecdf1753b1140059d71bb03b4cec3ef1
First part of SF patch #416704: More robust freeze, by Toby Dickenson.
This fixes the behavior reported by SF bug #404545, where a file
x.y.py could be imported by the statement "import x.y" when there's a
frozen package x (I believe even if x.y also exists as a frozen
module).
Python/import.c