Skip to content

Commit ed5ee0a

Browse files
committed
Add NEWS entry for gh-148596
1 parent ae27ef7 commit ed5ee0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fix ctypes callback return handling for subclassed simple types.
2+
3+
Returning a ctypes instance (e.g. a subclass of c_int) from a CFUNCTYPE
4+
callback no longer raises an unraisable TypeError or leaves the result
5+
buffer uninitialized.

0 commit comments

Comments
 (0)