Brett Cannon c190389834 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.
2013-02-25 17:10:11 -05:00
..
2012-01-18 21:45:15 +01:00
2013-02-15 23:38:23 +02:00
2013-01-15 13:24:12 -08:00
2012-12-31 21:37:21 -06:00
2012-10-05 01:04:27 +02:00
2013-01-19 14:58:38 -05:00
2012-10-05 01:04:27 +02:00