Skip to content

1.3.5

Choose a tag to compare

@majorgreys majorgreys released this 30 Aug 18:16
· 7 commits to 1.3 since this release
d027230

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.