memoryview & ctypes: incorrect itemsize for empty array · Issue #76963 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
BPO | 32782 |
---|---|
Nosy | @terryjreedy, @amauryfa, @abalkin, @skrah, @meadori, @eric-wieser |
PRs | bpo-32782: PEP3118 itemsize of an empty ctypes array should not be 0 #5576 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2018-02-06.18:53:21.025> labels = ['interpreter-core', 'type-bug', '3.8', '3.9', '3.10', 'ctypes'] title = 'memoryview & ctypes: incorrect itemsize for empty array' updated_at = <Date 2020-05-23.15:47:49.464> user = 'https://github.com/eric-wieser'
bugs.python.org fields:
activity = <Date 2020-05-23.15:47:49.464> actor = 'cheryl.sabella' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core', 'ctypes'] creation = <Date 2018-02-06.18:53:21.025> creator = 'Eric.Wieser' dependencies = [] files = [] hgrepos = [] issue_num = 32782 keywords = ['patch'] message_count = 9.0 messages = ['311740', '321290', '324705', '340230', '340231', '340232', '340235', '340236', '348004'] nosy_count = 8.0 nosy_names = ['terry.reedy', 'teoliphant', 'amaury.forgeotdarc', 'belopolsky', 'skrah', 'meador.inge', 'Eric.Wieser', 'Eric Wieser'] pr_nums = ['5576'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32782' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']