This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-26.10:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637921873.66.0.623672895091.issue45898@roundup.psfhosted.org>
In-reply-to
Content
Windows tests are failing without ffi_type_ symbols:

cfield.obj : error LNK2001: unresolved external symbol _ffi_type_double [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_float [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_uint32 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_sint8 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_uint8 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_uint64 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_uint16 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
cfield.obj : error LNK2001: unresolved external symbol _ffi_type_sint16 [D:\a\cpython\cpython\PCbuild\_ctypes.vcxproj]
History
Date User Action Args
2021-11-26 10:17:53christian.heimessetrecipients: + christian.heimes, paul.moore, tim.golden, zach.ware, steve.dower
2021-11-26 10:17:53christian.heimessetmessageid: <1637921873.66.0.623672895091.issue45898@roundup.psfhosted.org>
2021-11-26 10:17:53christian.heimeslinkissue45898 messages
2021-11-26 10:17:53christian.heimescreate