commit | 4b147c4e572dc83d6d8c5eb7bffe4d7d2c45237c | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@google.com> | Sun Jul 19 21:03:45 2015 -0700 |
committer | Craig Citro <craigcitro@google.com> | Sun Jul 19 21:03:45 2015 -0700 |
tree | 8b2862c0453ff146cc522696c5a84fe6b4717d5b | |
parent | daae615df9cc52659aea28fef141ddecb27d04db [diff] |
Fix a bug in handling for repeated any values. If an API had a repeated any value marked as an additionalProperty, we'd fail to decode, because we can't treat a JsonArray or a JsonValue with an array_value as a list in Python. We work around this in a painful way; in particular, there's a nasty inline import because encoding.py needs to be split in two. (reviewed internally)