summaryrefslogtreecommitdiffstats
path: root/Lib/__phello__.foo.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-18 18:49:37 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-18 18:49:37 (GMT)
commit4114a4afecdf1753b1140059d71bb03b4cec3ef1 (patch)
tree0037455420bbddb0611fccc450b1a7f24e16838a /Lib/__phello__.foo.py
parent9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe (diff)
downloadcpython-4114a4afecdf1753b1140059d71bb03b4cec3ef1.zip
cpython-4114a4afecdf1753b1140059d71bb03b4cec3ef1.tar.gz
cpython-4114a4afecdf1753b1140059d71bb03b4cec3ef1.tar.bz2
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
:-). Add a test that prevents the __hello__ bytecode from going stale unnoticed again. The test also tests the loophole noted in SF bug #404545. This test will fail right now; I'll check in the fix in a minute.
Diffstat (limited to 'Lib/__phello__.foo.py')
-rw-r--r--Lib/__phello__.foo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/__phello__.foo.py b/Lib/__phello__.foo.py
new file mode 100644
index 0000000..8e8623e
--- /dev/null
+++ b/Lib/__phello__.foo.py
@@ -0,0 +1 @@
+# This file exists as a helper for the test.test_frozen module.