mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
12cccf3447
The METH_KEYWORDS argument must always be combined with METH_VARARGS. In Python up to 3.7 this was checked at runtime, and as we had no callers to get_unix_path() in Python we never noticed. In Python 3.8 it is checked at import time, and everyone notices even if they aren't directly using GPOs. Found and reported by Val Kulkov. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14209 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
gpext | ||
gpo_fetch.c | ||
gpo_filesync.c | ||
gpo_ini.c | ||
gpo_ini.h | ||
gpo_ldap.c | ||
gpo_proto.h | ||
gpo_reg.c | ||
gpo_sec.c | ||
gpo_util.c | ||
gpo.h | ||
pygpo.c | ||
wscript_build |