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:
committed by
Noel Power
parent
75d87b29f1
commit
d9d9463fd3
@ -54,7 +54,6 @@
|
||||
|
||||
/* Strings */
|
||||
|
||||
#define PyStr_FromFormatV PyUnicode_FromFormatV
|
||||
#define PyStr_AsString PyUnicode_AsUTF8
|
||||
|
||||
#define PyStr_AsUTF8 PyUnicode_AsUTF8
|
||||
|
Reference in New Issue
Block a user