commit | b8711e2eaf4f83bf943ac8ad28c35cb1db9c001f | [log] [tgz] |
---|---|---|
author | Laurent Bigonville <bigon@bigon.be> | Wed Nov 02 16:24:31 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Nov 04 15:41:20 2016 -0400 |
tree | 712a3949cb55712e7004542754feabc036894519 | |
parent | 9a834cf877a306e6c24fa432fa8bdab482eb0155 [diff] |
Revert "libselinux: support new python3 functions" With the reverted commit applied, some functions were returning arrays of bytes instead of python strings under python3 this was causing issues with string manipulation functions like split(). Swig (checked with 3.0.7) is adding compatibility macros that take care of the differences between python2 and python3. This reverts commit 63df0f7ef12844b9b86cc293299671da772fcf84. Signed-off-by: Laurent Bigonville <bigon@bigon.be>