debian-koji/koji
Franz Chih-Ping Hsieh 646c43561a decode_args(): make a copy of the opts dict, rather than modifying it in-place
Fixes: #1007
https://pagure.io/koji/issue/1007

  Author: Mike Bonnet <mikeb@redhat.com>
  Date:   Wed Jul 18 17:03:56 2018 -0700

    The commit changes make_task() to call decode_args() on the arglist before
    it is saved to the db. If the method was called with keyword arguments, those
    would be passed in a dict at the end of the arglist, with a __starstar entry.
    decode_args() edits that dict in place, removing the __starstar entry and
    making the arglist appear to end in a single dict argument, effectively
    removing the keyword arguments. This change makes a copy of the dict before
2018-07-25 15:07:11 -04:00
..
__init__.py decode_args(): make a copy of the opts dict, rather than modifying it in-place 2018-07-25 15:07:11 -04:00
auth.py workaround unnecessary list conversions 2018-07-11 17:37:40 -04:00
context.py python-modernize -f libmodernize.fixes.fix_imports_six 2018-07-11 17:37:39 -04:00
daemon.py workaround unnecessary list conversions 2018-07-11 17:37:40 -04:00
db.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
Makefile drop old ssl support + compatrequests 2018-01-03 12:47:03 +01:00
plugin.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
policy.py workaround unnecessary list conversions 2018-07-11 17:37:40 -04:00
rpmdiff.py python-modernize -f libmodernize.fixes.fix_dict_six 2018-07-11 17:37:39 -04:00
server.py drop mod_python support 2017-07-06 14:04:19 +02:00
tasks.py python-modernize -f libmodernize.fixes.fix_imports_six 2018-07-11 17:37:39 -04:00
util.py workaround unnecessary list conversions 2018-07-11 17:37:40 -04:00
xmlrpcplus.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00