chiark
/
gitweb
/
~mdw
/
mLib-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
704500e
)
*.pyx, defs.pxi, grim.h: Add awful casts to `PyObject_AsReadBuffer'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 27 Jul 2017 09:46:14 +0000
(10:46 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 16 Aug 2017 03:31:32 +0000
(
04:31
+0100)
Muffles compiler warnings. The second argument is meant to be `const
void **' which is hard to manufacture with Pyrex. Smuggle a `const
void *' into Pyrex's brain from `grim.h' and cast the arguments.
No differences found