uvloop v0.12.1 Release Notes

Release Date: 2019-02-12 // about 5 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ›  Fix a circular references case in SSL implementation.
    (by @fantix in a2e0dd8 for #220)

    Cleanup references to callbacks in canceled callback handles.

    ๐Ÿšš This removes potential reference cycles between bound methods
    and cancelled Handle / TimerHandle objects.

    (by @1st1 in f0a945d)