pypi ddtrace 3.9.2

latest releases: 3.13.0, 3.12.6, 3.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 ddtrace release

NewReleases is sending notifications on new releases.