Skip to content

Bug Fix: Do not alter python run-time types

Choose a tag to compare

@gordonwatts gordonwatts released this 22 Mar 19:57
· 127 commits to master since this release
9be9f18

This fixes a bug discovered by Haoran and Callum - if you ask for two different typed collections one after the other, the type propagation system gets very confused because I was accidentally modifying a Python runtime type. This fixes that.

What's Changed

Full Changelog: 3.2.3...3.2.4