[PATCH stable] pycompat: verify sys.argv exists before forwarding it (issue5493)

Yuya Nishihara yuya at tcha.org
Thu Mar 9 00:29:02 EST 2017


On Tue, 07 Mar 2017 13:32:41 -0500, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <augie at google.com>
> # Date 1488911064 18000
> #      Tue Mar 07 13:24:24 2017 -0500
> # Branch stable
> # Node ID b1e649de4c276133444234f33638cde393cbbfc8
> # Parent  6b00c3ecd15b26587de8cca6fab811069cba3b2f
> pycompat: verify sys.argv exists before forwarding it (issue5493)
> 
> ISAPI_WSGI doesn't set up sys.argv, so we have to look for the
> attribute before assuming it exists.

Queued this, thanks.


More information about the Mercurial-devel mailing list