pylibmount: rewrite to be py2/py3 universal
Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
8e5c467500
commit
464074532c
14 changed files with 253 additions and 155 deletions
|
@ -119,6 +119,7 @@ extern PyObject *PyObjectResultInt(int i);
|
|||
extern PyObject *PyObjectResultStr(const char *s);
|
||||
|
||||
extern char *pystos(PyObject *pys);
|
||||
extern void PyFree(void *o);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue