Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
annotate uwsginl-plugin-lang-py37/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 | b247df50c169 |
| children | 34be2756e5f8 |
| rev | line source |
|---|---|
|
75
b247df50c169
Language plugin for Python 3.7
Franz Glasner <fzglas.hg@dom66.de>
parents:
53
diff
changeset
|
1 Python3.7 language plugin for uwsginl. |
|
b247df50c169
Language plugin for Python 3.7
Franz Glasner <fzglas.hg@dom66.de>
parents:
53
diff
changeset
|
2 Links to python3.7. |
|
32
921b2db456d8
The Python3.4 language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
3 |
|
51
7e7b576aa608
The project address now uses the https protocol.
Franz Glasner <fzglas.hg@dom66.de>
parents:
34
diff
changeset
|
4 WWW: https://projects.unbit.it/uwsgi/ |
