mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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.
This commit is contained in:
parent
9ae09947f4
commit
4114a4afec
4 changed files with 43 additions and 5 deletions
4
Lib/test/output/test_frozen
Normal file
4
Lib/test/output/test_frozen
Normal file
|
@ -0,0 +1,4 @@
|
|||
test_frozen
|
||||
Hello world...
|
||||
Hello world...
|
||||
Hello world...
|
Loading…
Add table
Add a link
Reference in a new issue