diff options
author | Guido van Rossum <guido@python.org> | 2000-06-28 23:24:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-28 23:24:19 (GMT) |
commit | 98626cd7ac22f2a77eaa68bc53e2ac27c67d9fa4 (patch) | |
tree | 0afa7b7f9c5870ec523299dc1dac70653473210f /Python/sigcheck.c | |
parent | a04ff0fb53913b1c821dac4278331728dbdbfe51 (diff) | |
download | cpython-98626cd7ac22f2a77eaa68bc53e2ac27c67d9fa4.zip cpython-98626cd7ac22f2a77eaa68bc53e2ac27c67d9fa4.tar.gz cpython-98626cd7ac22f2a77eaa68bc53e2ac27c67d9fa4.tar.bz2 |
Urmpf. Quality control on this patch lapsed a bit. :-(
The depth field was never decremented inside w_object(), and it was
never initialized in PyMarshal_WriteObjectToFile().
This caused imports from .pyc files to fil mysteriously when the .pyc
file was written by the broken code -- w_object() would bail out
early, but PyMarshal_WriteObjectToFile() doesn't check the error or
return an error code, and apparently the marshalling code doesn't call
PyErr_Check() either. (That's a separate patch if I feel like it.)
Diffstat (limited to 'Python/sigcheck.c')
0 files changed, 0 insertions, 0 deletions