mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-16 20:25:27 +00:00
Comment fix in policyrep __init__.
This commit is contained in:
parent
c4e3068ddf
commit
5dadcd071a
@ -24,10 +24,7 @@
|
|||||||
from . import qpol
|
from . import qpol
|
||||||
|
|
||||||
# The libqpol SWIG class is not quite natural for
|
# The libqpol SWIG class is not quite natural for
|
||||||
# Python, since void* are passed around from the
|
# Python the policy is repeatedly referenced in the
|
||||||
# generic C iterator implementation in libqpol
|
|
||||||
# (note the _from_void calls). Additionally,
|
|
||||||
# the policy is repeatedly referenced in the
|
|
||||||
# function calls, which makes sense for C code
|
# function calls, which makes sense for C code
|
||||||
# but not for python code, so each object keeps
|
# but not for python code, so each object keeps
|
||||||
# a reference to the policy for internal use.
|
# a reference to the policy for internal use.
|
||||||
|
Loading…
Reference in New Issue
Block a user