Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-subprocess
From: Adam Ciarcinski
Date: 2025-01-05 12:13:25
Message id: 20250105111326.0F08CFC1D@cvs.NetBSD.org
Log Message:
py-test-subprocess: updated to 1.5.3
1.5.3 (2025-01-04)
Features
* Allow to access keyword arguments passed to Popen.
Bug fixes
* Fixed an incorrect wait timeout calculation.
* Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing \
TypeError when Popen is used as a type.
* Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang \
indefinitely.
Files: