Skip to content

2.21.6

Choose a tag to compare

@avara1986 avara1986 released this 17 Apr 00:18
· 41 commits to 2.21 since this release
d30cde0

Bug Fixes

  • Code Security

    • Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
  • Profiling

    • Fixes an infinite recursion from calling logging module when lock profiler fails to delete _self_acquired_at attribute.
  • Tracing

    • subprocess: Removes unnecessary debug log variables.