diff options
author | Marcel Plch <gmarcel.plch@gmail.com> | 2018-04-06 21:22:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-04-06 21:22:04 (GMT) |
commit | 3a9ccee0e5dbf7d67f5ab79f6095755969db117c (patch) | |
tree | 50a414670e88c0a8b72e46cbedff2a47d63b99f3 /Misc/NEWS.d/next/Tools-Demos | |
parent | 1d87c7b80bf74a3030034a022a7a54ea4e3cdaff (diff) | |
download | cpython-3a9ccee0e5dbf7d67f5ab79f6095755969db117c.zip cpython-3a9ccee0e5dbf7d67f5ab79f6095755969db117c.tar.gz cpython-3a9ccee0e5dbf7d67f5ab79f6095755969db117c.tar.bz2 |
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
Diffstat (limited to 'Misc/NEWS.d/next/Tools-Demos')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2018-03-16-17-25-05.bpo-29673.m8QtaW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2018-03-16-17-25-05.bpo-29673.m8QtaW.rst b/Misc/NEWS.d/next/Tools-Demos/2018-03-16-17-25-05.bpo-29673.m8QtaW.rst new file mode 100644 index 0000000..3d515b3 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2018-03-16-17-25-05.bpo-29673.m8QtaW.rst @@ -0,0 +1 @@ +Fix pystackv and pystack gdbinit macros. |