chiark / gitweb /
documentation/python: avoid aliasing variables in signature parsing code.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 8 Sep 2019 11:10:34 +0000 (13:10 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 20:10:14 +0000 (22:10 +0200)
commitb52863fdc89565f5adb74478c926b2c633d7b29c
tree3a0b8ac581068704787ecd9c63654512bd96f45f
parent22e583df5a3b9eebdb62836786e060f3e4c991b9
documentation/python: avoid aliasing variables in signature parsing code.

And avoid unpacking the whole tuple when we need just one item. It was
very hard to reason about otherwise.
documentation/python.py