in the pex commit I'm working on now that I got fr...
# general
h
in the pex commit I'm working on now that I got from @aloof-angle-91616 he overrode
__new__
, but it seems like there might be a better way to do it?
a
overriding
__new__
is the right way to do it unfortunately as we simply subclass
namedtuple
and therefore have to suffer a few hacks