#3632: the "pyo" macro from gdbinit can now run when the GIL is released.

Patch by haypo.
diff --git a/Misc/NEWS b/Misc/NEWS
index 67f1bc0..9567505 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -185,6 +185,9 @@
 C-API
 -----
 
+- Issue #3632: from the gdb debugger, the 'pyo' macro can now be called when
+  the GIL is released, or owned by another thread.
+
 - Issue #4122: On Windows, fix a compilation error when using the
   Py_UNICODE_ISSPACE macro in an extension module.