Issue 13098: the struct module should support storage for size_t / Py_ssize_t C types

Issue13098

Created on 2011-10-04 09:52 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg144867 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-10-04 09:52
Title says it all.
msg144875 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2011-10-04 11:00
See issue #3163.
History
Date User Action Args
2022-04-11 14:57:22adminsetgithub: 57307
2011-10-04 12:08:00pitrousetstatus: open -> closed
resolution: duplicate
superseder: module struct support for ssize_t and size_t
2011-10-04 11:00:10mark.dickinsonsetmessages: + msg144875
2011-10-04 09:52:29pitroucreate