[SSSD] [PATCH] Fix python HBAC bindings for python <= 2.4

Jakub Hrozek jhrozek at redhat.com
Tue Jul 12 13:51:43 UTC 2011


Several parts of the HBAC python bindings did not work on old Python
versions, such as the one shipped in RHEL5.

The changes include:
 * a compatibility wrapper around python set object
 * PyModule_AddIntMacro compat macro
 * HbacRule.enabled is now a getsetter to avoid using T_BOOL which is
   not present in old Python versions
 * Py_ssize_t compat definition
 * Do not use PyUnicode_FromFormat
 * several function prototypes and structures used to have "char *"
   arguments where they have "const char *" in recent versions. This
   caused compilation warnings this patch mitigates by using the
   discard_const hack

It also plugs one memory leak - HbacRequest.rule_name wasn't freed in
HbacRequest destructor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-python-HBAC-bindings-for-python-2.4.patch
Type: text/x-patch
Size: 27074 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20110712/e7bc754e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20110712/e7bc754e/attachment.sig>


More information about the sssd-devel mailing list