SIGN IN SIGN UP

gh-105751: test_ctypes: Remove @need_symbol decorator (GH-105798)

Remove the @need_symbol('...') decorator of test.test_ctypes since
requested symbols are now always always available in ctypes.

Use the @unittest.skipUnless() decorator directly for the two types
only available on Windows:

* ctypes.WINFUNCTYPE
* ctypes.oledll
V
Victor Stinner committed
e7507bd131fbfbb49a6819a0d5ad5dd1e21b48cd
Parent: 4caa728
Committed by GitHub <noreply@github.com> on 6/14/2023, 8:56:01 PM