diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-18 22:05:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-18 22:05:57 +0000 |
commit | 2cc2cb40e0d3ef24062dba122ce9c75d5dff892c (patch) | |
tree | b33c32601a44c24ff03a151cc5f358a9894110c1 /doc | |
parent | 6a15682af0a1e3dbd14e2b3f6abc283de51ef9cb (diff) | |
download | pkgsrc-2cc2cb40e0d3ef24062dba122ce9c75d5dff892c.tar.gz |
Updated py-cffi to 1.8.3.
v1.8.3
======
* When passing a ``void *`` argument to a function with a different
pointer type, or vice-versa, the cast occurs automatically, like in C.
The same occurs for initialization with ``ffi.new()`` and a few other
places. However, I thought that ``char *`` had the same
property---but I was mistaken. In C you get the usual warning if you
try to give a ``char *`` to a ``char **`` argument, for example.
Sorry about the confusion. This has been fixed in CFFI by giving for
now a warning, too. It will turn into an error in a future version.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions