freeipa/ipapython/ipap11helper
Petr Viktorin f4e62be667 ipap11helper: Port to Python 3
- Use PyLong instead of PyInt on Python 3
- Use PyBytes instead of PyString for binary strings
- Use Py_TYPE(o) instead of o->py_type, and PyVarObject_HEAD_INIT
  instead of PyObject_HEAD_INIT
- Use a helper function instead of Py_BuildValue("s#"), so that
  bytes are returned on Python 3
- Use new style module initialization on Python 3
- Use PyModule_AddIntConstant and PyModule_AddIntMacro for adding constants

Reviewed-By: David Kupka <dkupka@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2015-10-07 10:27:20 +02:00
..
library.c Unload P11_Helper object's library when it is finalized in ipap11helper 2014-11-25 08:23:24 +00:00
library.h Fix pk11helper module compiler warnings 2014-11-20 16:46:30 +01:00
Makefile DNSSEC: add ipapk11helper module 2014-10-21 12:23:03 +02:00
p11helper.c ipap11helper: Port to Python 3 2015-10-07 10:27:20 +02:00
setup.py ipapython: Fix incorrect python shebangs 2015-01-26 13:03:24 +01:00