Staging
v0.5.1
Revision 63ab3e2bca1841bb728a558f8bc53218c5635379 authored by Neal Norwitz on 01 June 2002, 18:27:34 UTC, committed by Neal Norwitz on 01 June 2002, 18:27:34 UTC
if co_stacksize was > 32767 (the maximum value
which can be stored in 16 bits (signed)),
the PyCodeObject would be written wrong.
So on the second import (reading the .pyc)
would cause a crash.

Since we can't change the PYC magic, we
go on (silently), but don't write the file.
This means everything will work, but
a .pyc will not be written and the file will need
to be parsed on each import.
1 parent c883ad6
Raw File
.cvsignore
.purify
config.log
config.h
config.cache
config.status
Makefile
buildno
python
back to top