Skip to content

4.10.12

Choose a tag to compare

@taegyunkim taegyunkim released this 13 Aug 17:29
833c63c

Bug Fixes

  • internal: Fixes an issue on Python 3.9 through 3.12.3 where applications can crash when background worker threads clean up thread-local or context-local data.
  • profiling: Fixes potential process memory growth when a stack profiling sampling cycle exits before completing a sample.
  • profiling: Fixes potential process memory growth in asyncio and gevent workloads after stack profiling sampling cycles exit before completion.
  • profiling: A rare crash happening when using gevent has been fixed.