◐ Shell
clean mode source ↗

gh-105751: test_ctypes: Remove @need_symbol decorator by vstinner · Pull Request #105798 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

zware

merged 1 commit into

Jun 14, 2023

Conversation

@vstinner

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

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

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

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

* ctypes.WINFUNCTYPE
* ctypes.oledll

zware

@vstinner vstinner deleted the test_ctypes_need_symbol branch

June 14, 2023 22:28

@vstinner

carljm added a commit to carljm/cpython that referenced this pull request

Jun 15, 2023

Labels