cpython/Misc/NEWS.d/next/Core and Builtins/2017-10-02-21-02-14.bpo-219...

3 lines
126 B
ReStructuredText
Raw Normal View History

Fix a crash in `ctypes.cast()` in case the type argument is a ctypes
structured data type. Patch by Eryk Sun and Oren Milman.