summaryrefslogtreecommitdiff
path: root/Lib/__phello__.foo.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-181-0/+1
:-). 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.