BPO | [32780](https://bugs.python.org/issue32780) --- | :--- Nosy | @terryjreedy, @vsajip, @amauryfa, @abalkin, @aerojockey, @skrah, @meadori, @mattip, @eric-wieser PRs | python/cpython#5561 *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: ```python assignee = 'https://github.com/abalkin' closed_at = None created_at = labels = ['3.8', 'ctypes', 'type-bug', '3.7'] title = 'ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs' updated_at = user = 'https://github.com/eric-wieser' ``` bugs.python.org fields: ```python activity = actor = 'ned.deily' assignee = 'belopolsky' closed = False closed_date = None closer = None components = ['ctypes'] creation = creator = 'Eric.Wieser' dependencies = [] files = [] hgrepos = [] issue_num = 32780 keywords = ['patch'] message_count = 8.0 messages = ['311705', '321279', '321280', '321730', '322225', '340234', '340603', '358806'] nosy_count = 10.0 nosy_names = ['terry.reedy', 'teoliphant', 'vinay.sajip', 'amaury.forgeotdarc', 'belopolsky', 'aerojockey', 'skrah', 'meador.inge', 'mattip', 'Eric.Wieser'] pr_nums = ['5561'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32780' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8'] ``` ### Linked PRs * gh-101587