Skip to content

v0.4.30

Compare
Choose a tag to compare
@1st1 1st1 released this 09 Jun 15:28
· 512 commits to master since this release
- Support 'preexec_fn' and 'restore_signals' arguments for
  loop.subprocess_run and loop.subprocess_exec methods.

- loop.sock_connect does not require a fully resolved address
  anymore.  If the address is not an IP address, it will be
  resolved with getaddrinfo.