[issue6259] ctypes pointer arithmetic

2015-10-11 Thread Chris Angelico
Chris Angelico added the comment: Fair enough. Still needs someone to update the patch though. -- ___ Python tracker ___ ___ Python-bug

[issue6259] ctypes pointer arithmetic

2015-10-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for triaging work, but an outdated patch is not an enough reason to close an issue. Also, the default value of "status" field is "open" at http://bugs.python.org/issue?@template=search&status=1 so closing an unresolved issue will make it harder to find f

[issue6259] ctypes pointer arithmetic

2015-10-10 Thread Chris Angelico
Chris Angelico added the comment: Nudging this as a forgotten patch. Is anyone at all interested in this, or should it be closed as not worth the hassle? The patch is ancient and doesn't apply to 3.6. Propose closing, to clean up the tracker. It can always be reopened if the patch is updated

[issue6259] ctypes pointer arithmetic

2014-07-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue6259] ctypes pointer arithmetic

2012-02-13 Thread Meador Inge
Changes by Meador Inge : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue6259] ctypes pointer arithmetic

2009-06-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I like this feature. Some comments: - tests... - unsupported operand types should return Py_NotImplemented. - gcc supports pointer arithmetic with void*: http://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html Could ctypes do the same? - Some operatio

[issue6259] ctypes pointer arithmetic

2009-06-10 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +marketdickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6259] ctypes pointer arithmetic

2009-06-10 Thread Thomas Heller
Changes by Thomas Heller : -- assignee: -> theller components: +ctypes versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-li

[issue6259] ctypes pointer arithmetic

2009-06-10 Thread Thomas Heller
New submission from Thomas Heller : This patch implements some pointer arithmetic operations for ctypes. -- files: ctypes-pointerarith.patch keywords: patch messages: 89225 nosy: theller severity: normal status: open title: ctypes pointer arithmetic type: behavior versions: Python 2.7 Ad