Skip to content
Snippets Groups Projects
Commit 5b2cbd58 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Fix reading thrift maps on Python 3.7 and below

CPython 3.7 and below had a bug where dict comprehension values are
evaluated before the keys, which meant the bridge parsed the binary
data in the wrong order.

Fixes #127
Might fix #130
parent a4f3e31c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment