raw SID returned from AD passed to Python as a memory view as buffer object is depreciated in favor of memory views. the pywin32 pywintypes.SID initializer doesn't much appreciate this change however by explicitly coercing to the python bytes object it can be satisfied and work for both 2.7 and 3.5
raw SID returned from AD passed to Python as a memory view as buffer object is depreciated in favor of memory views. the pywin32 pywintypes.SID initializer doesn't much appreciate this change however by explicitly coercing to the python bytes object it can be satisfied and work for both 2.7 and 3.5