cpython/Doc/whatsnew
Victor Stinner f3914eb16d co_lnotab supports negative line number delta
Issue #26107: The format of the co_lnotab attribute of code objects changes to
support negative line number delta.

Changes:

* assemble_lnotab(): if line number delta is less than -128 or greater than
  127, emit multiple (offset_delta, lineno_delta) in co_lnotab
* update functions decoding co_lnotab to use signed 8-bit integers

  - dis.findlinestarts()
  - PyCode_Addr2Line()
  - _PyCode_CheckLineNumber()
  - frame_setlineno()

* update lnotab_notes.txt
* increase importlib MAGIC_NUMBER to 3361
* document the change in What's New in Python 3.6
* cleanup also PyCode_Optimize() to use better variable names
2016-01-20 12:16:21 +01:00
..
2.0.rst Marked keystrokes with the :kbd: role. 2015-09-12 17:45:25 +03:00
2.1.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
2.2.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
2.3.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
2.4.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
2.5.rst Marked keystrokes with the :kbd: role. 2015-09-12 17:45:25 +03:00
2.6.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
2.7.rst Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
3.0.rst Doc: fix default role usage (except in unittest mock docs) 2014-10-30 22:26:26 +01:00
3.1.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
3.2.rst Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
3.3.rst Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
3.4.rst Fix some spelling errors in documentation and code comments 2015-10-31 11:48:53 +00:00
3.5.rst docs/whatsnew/3.5: Fix ref link 2015-12-15 00:38:28 -05:00
3.6.rst co_lnotab supports negative line number delta 2016-01-20 12:16:21 +01:00
changelog.rst Fixing broken links in doc, part 4: some more breaks and redirects 2014-10-29 10:57:37 +01:00
index.rst Reverting my previous commit. 2015-05-30 10:57:56 -04:00