[issue5248] Adding T_SIZET to structmember.h

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.9 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5248] Adding T_SIZET to structmember.h

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue5248] Adding T_SIZET to structmember.h

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: msg81942 states "structmember.h lacks a 'T_SIZET' define in order to properly support struct fields of type 'size_t' within PyMemberDef." As we have managed without this feature for the last five years do we really need it now? What do we gain by implementin

[issue5248] Adding T_SIZET to structmember.h

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5248] Adding T_SIZET to structmember.h

2010-08-03 Thread Meador Inge
Changes by Meador Inge : -- nosy: +minge ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue5248] Adding T_SIZET to structmember.h

2009-02-13 Thread Mark Dickinson
Mark Dickinson added the comment: > If this feature request is accepted, I can provide the patches. Well, that's not how things work: there isn't really a mechanism for 'accepting' a feature request. Even if there were, that wouldn't guarantee acceptance of a patch for that feature request.

[issue5248] Adding T_SIZET to structmember.h

2009-02-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: > In 2.6 and 3.0, we already have 'Py_ssize_t', see 'T_PYSSIZET' > definition on Include/structmember.h. I'm asking for 'size_t' support. Oops, sorry for the noise then. ___ Python tracker

[issue5248] Adding T_SIZET to structmember.h

2009-02-13 Thread Lisandro Dalcin
Lisandro Dalcin added the comment: In 2.6 and 3.0, we already have 'Py_ssize_t', see 'T_PYSSIZET' definition on Include/structmember.h. I'm asking for 'size_t' support. ___ Python tracker ___

[issue5248] Adding T_SIZET to structmember.h

2009-02-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Do we really want size_t or rather Py_ssize_t? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bu

[issue5248] Adding T_SIZET to structmember.h

2009-02-13 Thread Lisandro Dalcin
New submission from Lisandro Dalcin : structmember.h lacks a 'T_SIZET' define in order to properly support struct fields of type 'size_t' within PyMemberDef. If this feature request is accepted, I can provide the patches. For 2.7, It would be nice to do: #define T_SIZET 20 /* size_