python: fix mutable default arguments
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 23 Feb 2023 02:54:37 +0000 (15:54 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Feb 2023 23:33:46 +0000 (23:33 +0000)
commit5cb8805811ee5e5a880c1c2d42f4fd9b195abe75
tree0592489f394d1e044a2f3befefc4c055d81e72ff
parente7c87b1d9bd10280bff69f1acaf292364b79d496
python: fix mutable default arguments

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Feb 23 23:33:46 UTC 2023 on atb-devel-224
26 files changed:
python/samba/descriptor.py
python/samba/emulate/traffic.py
python/samba/gp/gp_cert_auto_enroll_ext.py
python/samba/gp/gpclass.py
python/samba/gp/util/logging.py
python/samba/graph.py
python/samba/netcmd/dbcheck.py
python/samba/netcmd/dns.py
python/samba/netcmd/domain.py
python/samba/netcmd/gpo.py
python/samba/provision/common.py
python/samba/samdb.py
python/samba/schema.py
python/samba/sd_utils.py
python/samba/tests/__init__.py
python/samba/tests/dcerpc/raw_testcase.py
python/samba/tests/dns.py
python/samba/tests/domain_backup_offline.py
python/samba/tests/kcc/kcc_utils.py
python/samba/tests/samba_tool/computer.py
python/samba/tests/samba_tool/contact.py
python/samba/tests/samba_tool/group.py
python/samba/tests/samba_tool/ou.py
python/samba/tests/samba_tool/user.py
python/samba/tests/samba_tool/user_check_password_script.py
python/samba/tests/usage.py