]> git.k1024.org Git - pylibacl.git/commit
Remove use of PyString/PyUnicode *AndDel() function
authorIustin Pop <iustin@k1024.org>
Sun, 3 Mar 2019 12:42:10 +0000 (13:42 +0100)
committerIustin Pop <iustin@k1024.org>
Sun, 3 Mar 2019 12:42:10 +0000 (13:42 +0100)
commit12fa3e25b37e2510e64ecc17845cc97618a0c8ef
tree731a6c5ebcc6750f7c5f24bd88e9e39cac123aa8
parent938ef47607c5107224081a5d1c11bd9ab44de2b9
Remove use of PyString/PyUnicode *AndDel() function

These are not documented in Python 3, so let's switch to plain
Concat() for it with explicit delete of original strings. This makes
the code buildable with pypy3.
acl.c