Files
uwsgi/t/python
Yury Khalyavin fe68884ea4 Fix invalid 'args' and 'kwargs' decoding in python3
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.
2014-10-30 18:00:56 +03:00
..
2014-09-23 12:14:23 +02:00
2014-09-16 16:25:35 +02:00
2013-09-30 09:25:25 +02:00