| BPO | 39243 |
|---|---|
| Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @jonnyhsu |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2020-01-07.10:53:45.831> labels = ['easy', 'type-bug', '3.8', '3.9', 'ctypes', 'OS-windows'] title = 'CDLL __init__ no longer supports name being passed as None when the handle is not None' updated_at = <Date 2020-06-07.06:19:59.024> user = 'https://bugs.python.org/DavidHeffernan'
bugs.python.org fields:
activity = <Date 2020-06-07.06:19:59.024> actor = 'Jonathan Hsu' assignee = 'none' closed = False closed_date = None closer = None components = ['Windows', 'ctypes'] creation = <Date 2020-01-07.10:53:45.831> creator = 'David Heffernan' dependencies = [] files = [] hgrepos = [] issue_num = 39243 keywords = ['easy', '3.8regression', 'newcomer friendly'] message_count = 7.0 messages = ['359501', '359536', '359539', '359540', '359543', '359565', '359607'] nosy_count = 7.0 nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'David Heffernan', 'Jonathan Hsu'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue39243' versions = ['Python 3.8', 'Python 3.9']
Linked PRs
- gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL #136878
- [3.14] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) #138546
- [3.13] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) #138547