add NEWS note

This commit is contained in:
Benjamin Peterson 2008-12-22 20:52:53 +00:00
parent 4caef5c7e2
commit cf2ce24db5
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ Build
C-API
-----
- Issue #4720: The format for PyArg_ParseTupleAndKeywords can begin with '|'.
- Issue #3632: from the gdb debugger, the 'pyo' macro can now be called when
the GIL is released, or owned by another thread.