STINNER Victor added the comment: > Attached patch changes the type of line number delta from unsigned 8-bit > integer to *signed* 8-bit integer. If a line number delta is smaller than > -128 or larger than 127, multiple pairs are created (as before).
The main visible change is that .pyc files can be a little bit larger and so use more disk space. Well... in fact only .pyc of files using line number delta larger than 127. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26107> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com