diff options
| author | Brett Cannon <brett@python.org> | 2013-02-25 22:10:11 (GMT) | 
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2013-02-25 22:10:11 (GMT) | 
| commit | c19038983425fee91958d51b3eefcb56dfc9f0f1 (patch) | |
| tree | 6453681d94393f19b71bf6bedadf67e9ceec6f1d /Python/thread.c | |
| parent | 91d0ca72de9ef3e49adba508e0752b084f1b5a06 (diff) | |
| download | cpython-c19038983425fee91958d51b3eefcb56dfc9f0f1.zip cpython-c19038983425fee91958d51b3eefcb56dfc9f0f1.tar.gz cpython-c19038983425fee91958d51b3eefcb56dfc9f0f1.tar.bz2 | |
Issue #17220: two fixes for changeset 2528e4aea338.
First, because the mtime can exceed 4 bytes, make sure to mask it down to 4
bytes before getting its little-endian representation for writing out to a .pyc
file.
Two, cap an rsplit() call to 1 split, else can lead to too many values being
returned for unpacking.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions
