Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
annotate uwsginl-plugin-gevent3/pkg-descr @ 81:346c4a4ca40b
Fix possible deadlock in install.
When using`stderr=subprocess.PIPE, stdout=subprocess.PIPE`, you can (will) deadlock if one pipe fills up (in this case, stdout) while the other is being written too.
The subprocess documentation is littered with warnings about this but somehow this has survived here for nearly 10 years. :)
commit e3bed6a7172a03c2f03bc1355634ad7e9994b260
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jun 2020 22:38:56 +0200 |
| parents | 759ad8bcc89d |
| children | 34be2756e5f8 |
| rev | line source |
|---|---|
|
61
759ad8bcc89d
Build "gevent" plugins for Python3 and Python3.6.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 Python3 gevent plugin for uwsginl. |
|
759ad8bcc89d
Build "gevent" plugins for Python3 and Python3.6.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 Links to the default Python3 version on the system. |
|
759ad8bcc89d
Build "gevent" plugins for Python3 and Python3.6.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 |
|
759ad8bcc89d
Build "gevent" plugins for Python3 and Python3.6.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 WWW: https://projects.unbit.it/uwsgi/ |
