gh-105751: Remove dead code in test_ctypes by vstinner · Pull Request #105814 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Closed
Conversation
Member
- Remove "except: print(tp); raise" debug code.
- Remove unused NoNullHandle() function.
- Remove commented code.
- Issue: Rework test_ctypes #105751
* Remove "except: print(tp); raise" debug code. * Remove unused NoNullHandle() function. * Remove commented code.
vstinner
added
the
skip news
label
bedevere-bot
mentioned this pull request
Closed
Reenable 3 tests: * test_overflow() * test_basic_wstrings() * test_toolong() Changes: * Replace sys.maxint with sys.maxsize * Replace c_wstring() with create_unicode_buffer() * Update issue number
vstinner
closed this
vstinner
deleted the
test_ctypes_dead_code
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment