Skip to content

1.5.3

Latest
Compare
Choose a tag to compare
@aklajnert aklajnert released this 04 Jan 13:12
· 1 commit to master since this release

Features

  • #171, #178: Allow to access keyword arguments passed to Popen.

Bug fixes

  • #180: Fixed an incorrect wait timeout calculation.
  • #170: Wrapped ProcessDispatcher.dispatch into FakePopenWrapper as it was causing TypeError when Popen is used as a type.
  • #169: Get rid of using thread in AsyncFakePopen as it causes thread.join() to hang indefinitely.