commit | 7f401ef73dbdfd3b144ae25be62e2c139d699916 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Wed Mar 01 22:30:47 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Wed Mar 01 22:30:47 2006 +0000 |
tree | c255574e674399efeb9222a3405ff6c0f94504c9 | |
parent | f86d1e810d5827c46f3d7fc519e308e310406941 [diff] |
Fix gcc (4.0.x) warning about use of uninitialized variables. (PyMarshal_ReadShortFromFile() is only used in zipimport.c, I don't believe the extra initializations will matter one way or another.)