mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
py3: Remove unused PyStr_CheckExact macro from py3compat.h
Now that we are no longer developing new py2/py3 compatible code we can remove any aspects of this header we do not use. This will make the eventual removal easier. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
6a8c7adc5a
commit
cff26b47ee
@ -56,7 +56,6 @@
|
||||
|
||||
#define PyStr_Type PyUnicode_Type
|
||||
#define PyStr_Check PyUnicode_Check
|
||||
#define PyStr_CheckExact PyUnicode_CheckExact
|
||||
#define PyStr_FromString PyUnicode_FromString
|
||||
#define PyStr_FromStringAndSize PyUnicode_FromStringAndSize
|
||||
#define PyStr_FromFormat PyUnicode_FromFormat
|
||||
|
Loading…
x
Reference in New Issue
Block a user