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.