1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-31 22:02:58 +03:00

py3: Remove PyStr_FromFormatV() compatability macro

We no longer need Samba to be py2/py3 compatible so we choose to return to the standard
function names.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
Andrew Bartlett
2019-06-07 11:13:03 +02:00
committed by Noel Power
parent 75d87b29f1
commit d9d9463fd3
2 changed files with 1 additions and 4 deletions

View File

@ -54,7 +54,6 @@
/* Strings */
#define PyStr_FromFormatV PyUnicode_FromFormatV
#define PyStr_AsString PyUnicode_AsUTF8
#define PyStr_AsUTF8 PyUnicode_AsUTF8