diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-05-04 11:07:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 11:07:31 (GMT) |
commit | 2f5baa17504feb9a7613bac32fdceed4894434de (patch) | |
tree | df144a241003fd3bd7636b3f2515cf9c56dd657e /Misc/NEWS.d | |
parent | b11557973476963f7c0fd0041eac175bc0d4c514 (diff) | |
download | cpython-2f5baa17504feb9a7613bac32fdceed4894434de.zip cpython-2f5baa17504feb9a7613bac32fdceed4894434de.tar.gz cpython-2f5baa17504feb9a7613bac32fdceed4894434de.tar.bz2 |
Add C-API tests (#25886)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-05-04-18-10-57.bpo-42083.EMS2TK.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-05-04-18-10-57.bpo-42083.EMS2TK.rst b/Misc/NEWS.d/next/Tests/2021-05-04-18-10-57.bpo-42083.EMS2TK.rst new file mode 100644 index 0000000..8457508 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-05-04-18-10-57.bpo-42083.EMS2TK.rst @@ -0,0 +1,2 @@ +Add test to check that ``PyStructSequence_NewType`` accepts a +``PyStructSequence_Desc`` with ``doc`` field set to ``NULL``. |