Description
Qdstat has had several quick and dirty patch ups to to fix integers that are displayed with some type hints: shows 'int32(0)' instead of '0'. See DISPATCH-1953 and DISPATCH-2104.
There are several other issues of the same type remaining. For instance,
qdstat -a -v
Shows an in-proc column with u,int,(1) instead of a plain '1'.
This needs to be cleaned up once and for all and not by more piecemeal patches.