mirror of https://github.com/python/cpython
Fix reST markup in NEWS.
This commit is contained in:
parent
9e2a28ea54
commit
eea74276cc
|
@ -664,6 +664,7 @@ Tools/Demos
|
||||||
- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have been
|
- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have been
|
||||||
enhanced to show information on more C frames relevant to CPython within the
|
enhanced to show information on more C frames relevant to CPython within the
|
||||||
"py-bt" and "py-bt-full" commands:
|
"py-bt" and "py-bt-full" commands:
|
||||||
|
|
||||||
* C frames that are waiting on the GIL
|
* C frames that are waiting on the GIL
|
||||||
* C frames that are garbage-collecting
|
* C frames that are garbage-collecting
|
||||||
* C frames that are due to the invocation of a PyCFunction
|
* C frames that are due to the invocation of a PyCFunction
|
||||||
|
|
Loading…
Reference in New Issue