Skip to content

1.4.3

Choose a tag to compare

@majorgreys majorgreys released this 29 Aug 13:55
· 11 commits to 1.4 since this release
5d9da34

Bug Fixes

  • profiling: internal use of RLock needs to ensure original threading locks are used rather than gevent threading lock. Because of an indirection in the initialization of the original RLock, we end up getting an underlying gevent lock. We work around this behavior with gevent by creating a patched RLock for use internally.