From 4114a4afecdf1753b1140059d71bb03b4cec3ef1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 18 Oct 2001 18:49:37 +0000 Subject: 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. --- Lib/__phello__.foo.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lib/__phello__.foo.py (limited to 'Lib/__phello__.foo.py') diff --git a/Lib/__phello__.foo.py b/Lib/__phello__.foo.py new file mode 100644 index 0000000000..8e8623ee1d --- /dev/null +++ b/Lib/__phello__.foo.py @@ -0,0 +1 @@ +# This file exists as a helper for the test.test_frozen module. -- cgit v1.2.1