]> granicus.if.org Git - python/commit
Fix SF bug # 561858 Assertion with very long lists
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Jun 2002 01:11:57 +0000 (01:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Jun 2002 01:11:57 +0000 (01:11 +0000)
commiteda5a8ea0fc89111e7de7c1228540071817ffbbb
tree9e159e2cf80958d5621e2d0fac3909bf8e27de39
parent7fdcb411312db260e77f291b4e8a865aa61b7c6a
Fix SF bug # 561858 Assertion with very long lists

Write 4 bytes for co_stacksize, etc. to prevent writing out
bad .pyc files which can cause a crash when read back in.

(I forgot that frozen needs to be updated too for the test.)
Python/frozen.c