cpython/Misc/NEWS.d/next/Tools-Demos
Victor Stinner 2e438cc255
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
python-gdb.py now handles errors on computing the line number
of a Python frame.

Changes:

* PyFrameObjectPtr.current_line_num() now catchs any Exception on
  calling addr2line(), instead of failing with a surprising "<class
  'TypeError'> 'FakeRepr' object is not subscriptable" error.
* All callers of current_line_num() now handle current_line_num()
  returning None.
* PyFrameObjectPtr.current_line() now also catchs IndexError on
  getting a line from the Python source file.
2018-10-15 23:19:57 +02:00
..
2017-09-26-10-11-21.bpo-31583.TM90_H.rst bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) 2018-04-18 16:50:25 -07:00
2017-12-07-20-51-20.bpo-32222.hPBcGT.rst bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) 2018-02-27 00:48:14 +02:00
2018-02-20-12-16-47.bpo-32885.dL5x7C.rst bpo-34906: Doc: Fix typos (2) (GH-9735) 2018-10-06 16:35:53 +02:00
2018-03-02-16-23-31.bpo-25427.1mgMOG.rst bpo-25427: Remove pyvenv (GH-5962) 2018-04-20 14:15:40 -07:00
2018-03-16-17-25-05.bpo-29673.m8QtaW.rst bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) 2018-04-06 17:22:04 -04:00
2018-03-26-18-54-24.bpo-31920.u_WKsT.rst bpo-31920: Fixed handling directories as arguments in the `pygettext` script. (GH-6259) 2018-04-09 20:09:17 +03:00
2018-04-03-18-10-00.bpo-33189.QrXR00.rst bpo-33189: pygettext.py now accepts only literal strings (GH-6364) 2018-04-19 09:23:03 +03:00
2018-06-14-16-16-53.bpo-32962.2YfdwI.rst bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) 2018-06-14 16:28:07 +02:00
2018-06-14-16-23-07.bpo-32962.Q3Dwns.rst bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) 2018-06-14 22:34:52 +02:00
2018-07-24-00-11-44.bpo-20260.klmmqI.rst bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) 2018-07-26 13:22:16 +03:00
2018-10-15-13-22-28.bpo-34989.hU4fra.rst bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) 2018-10-15 23:19:57 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *Tools/Demos* section in this directory.

.. _blurb: https://pypi.org/project/blurb/