Skip to content

2.21.11

Choose a tag to compare

@tylfin tylfin released this 28 Jul 13:43
· 4 commits to 2.21 since this release
a85f22c

Estimated end-of-life date: 10-2025
See the support level definitions for more information.

Bug Fixes

  • dynamic instrumentation
    • fixed an issue with the instrumentation of generators with Python 3.10.
    • fixed an issue with the instrumentation of the first line of an iteration block (e.g. for loops) that could have caused undefined behavior.
    • prevent an exception when trying to remove a probe that did not resolve to a valid source code location.