Path to this page:
Subject: CVS commit: pkgsrc/devel/py-uvloop
From: Adam Ciarcinski
Date: 2019-03-21 11:15:41
Message id: 20190321101541.4DD1CFB16@cvs.NetBSD.org
Log Message:
py-uvloop: updated to 0.12.2
v0.12.2
Bug Fixes
* Fix circular references in SSL implementation to reduce
the need for GC.
* Fix a memory leak in call_later() and call_at().
The leak occurred when a callback argument had a reference to
the event loop.
* Fix compilation warnings.
* Round (instead of flooring) delay in call_later().
This ensures that the callback is never called slightly before
the specified time.
Files: