Skip to content

Commit 7d801d5

Browse files
Fix NEWS fragment: fully qualify ctypes.ArgumentError for Sphinx
1 parent 2166010 commit 7d801d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Analysis confirms that :mod:`ctypes` does not support returning tuples from ``_as_parameter_`` for default conversions. Attempting to do so raises a :exc:`TypeError` (wrapped in an ``ArgumentError``), meaning the described security risk does not exist in the current codebase.
1+
2+
Analysis confirms that :mod:`ctypes` does not support returning tuples from ``_as_parameter_`` for default conversions. Attempting to do so raises a :exc:`TypeError` (wrapped in a ``ctypes.ArgumentError``), meaning the described security risk does not exist in the current codebase.

0 commit comments

Comments
 (0)