Jeremy Cline cafb8de132
Unfreeze event before serializing with ujson
In newer versions of https://github.com/esnme/ultrajson, ujson does not
serialize frozendicts (introduced in esnme/ultrajson@53f85b1). Although
the PyPI version is still 1.35, Fedora ships with a build from commit
esnme/ultrajson@2f1d487. This causes the serialization to fail if the
distribution-provided package is used.

This runs the event through the unfreeze utility before serializing it.

Thanks to @ignatenkobrain for tracking down the root cause.

fixes #2351

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-09-30 11:22:37 -04:00
..
2017-05-10 11:05:43 +01:00
2016-01-07 04:26:29 +00:00
2016-11-16 14:47:52 +00:00
2017-04-26 11:43:16 +01:00
2017-05-10 11:05:43 +01:00
2017-03-16 11:54:26 +00:00
2017-03-13 11:53:26 +00:00
2017-05-26 10:02:04 +01:00