This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-14.09:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452763210.47.0.312620833485.issue26107@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-01-14 09:20:10vstinnersetrecipients: + vstinner, brett.cannon, rhettinger, python-dev, serhiy.storchaka
2016-01-14 09:20:10vstinnersetmessageid: <1452763210.47.0.312620833485.issue26107@psf.upfronthosting.co.za>
2016-01-14 09:20:10vstinnerlinkissue26107 messages
2016-01-14 09:20:10vstinnercreate