Commit 2648f3f7 authored by Stefan Behnel's avatar Stefan Behnel

Update gdb support in libpython.py from CPython 3.7 (git rev 5fe59f8).

parent a7b253ab
......@@ -38,6 +38,9 @@ Features added
* Signature annotations are now included in the signature docstring generated by
the ``embedsignature`` directive. Patch by Lisandro Dalcin (Github issue #1781).
* The gdb support for Python code (``libpython.py``) was updated to the latest
version in CPython 3.7 (git rev 5fe59f8).
* ``len(memoryview)`` can be used in nogil sections to get the size of the
first dimension of a memory view (``shape[0]``). (Github issue #1733)
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment