Displaying 2 results from an estimated 2 matches for "pycobject_fromvoidptranddesc".
2018 Feb 05
0
Re: python 3 bindings on libguestfs
...make[2]: Entering directory `/root/rpmbuild/SOURCES/libguestfs-1.32.4/python'
> CC libguestfsmod_la-guestfs-py.lo
> In file included from guestfs-py.c:36:0:
> guestfs-py.h: In function 'put_handle':
> guestfs-py.h:56:5: warning: implicit declaration of function 'PyCObject_FromVoidPtrAndDesc' [-Wimplicit-function-declaration]
> PyCObject_FromVoidPtrAndDesc ((void *) g, (char *) "guestfs_h", NULL);
> ^
> guestfs-py.h:56:5: warning: nested extern declaration of 'PyCObject_FromVoidPtrAndDesc' [-Wnested-externs]
> guestfs-py.h:55:3: warning: retu...
2020 Jan 09
9
[PATCH 0/7] Various Python cleanups.
Patch #7 depends on:
https://www.redhat.com/archives/libguestfs/2020-January/msg00035.html
No, Python < 3 support is not dropped yet, however it will be easier
after this series.
Pino Toscano (7):
build: enforce a minimum Python version
python: drop code for Python < 2.5
python: assume support for Capsules
python: remove compile time check for PyString_AsString
python: replace