]> 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:07:39 +0000 (01:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Jun 2002 01:07:39 +0000 (01:07 +0000)
commit7fdcb411312db260e77f291b4e8a865aa61b7c6a
tree6ebdfc0e3aa5b23ee5ff43ab4dbb99a9c52119d1
parent1f68fc7fa5048e0576ff26436012765f4a8fa3d4
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.
Lib/test/test_import.py
Python/import.c
Python/marshal.c