mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-30 22:01:08 +00:00
fe68884ea4
When we set pass_arguments=True, we should unpickle 'args' and 'kwargs' first. Without it '_decode_from_spooler' will fail on 'decoding' their packed by pickle data, because pickled data has 'bytes' type.