annotate uwsginl-plugin-lang-py27/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 7e7b576aa608
children 34be2756e5f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40
c1162b9a5607 The Python2.7 language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 Python2.7 language plugin for uwsginl.
c1162b9a5607 The Python2.7 language (interpreter) plugin for www/uwsginl
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2 Links to python2.7.
c1162b9a5607 The Python2.7 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: 42
diff changeset
4 WWW: https://projects.unbit.it/uwsgi/