2.21.6
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_atattribute.
- Fixes an infinite recursion from calling logging module when lock profiler fails to delete
-
Tracing
- subprocess: Removes unnecessary debug log variables.