github DataDog/dd-trace-py v3.9.2
3.9.2

latest releases: v3.13.0, v3.12.6, v3.12.5...
2 months ago

Bug Fixes

  • This fix resolves an issue in which traced nested generator functions
    had their execution order subtly changed in a way that affected the
    stack unwinding sequence during exception handling. The issue was
    caused by the tracer's use of simple iteration via
    for v in g: yield v during the wrapping of generator functions where
    full bidrectional communication with the sub-generator via
    yield from g was appropriate. See PEP380 for an explanation of how
    these two generator uses differ.

Don't miss a new dd-trace-py release

NewReleases is sending notifications on new releases.