Browse Source
Avoid an infinite loop in encoding, by ensuring EncodeDecimal returns a string. round(Decimal) used to convert it to float, but it no longer does in python 3.x. Strings are supported since #6380, so just use that.0.13
Wladimir J. van der Laan
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue