I think I misunderstood last time what you meant. If you are referring to Backquotes for deferred expression, it actually has made it work quite nicely.
Even type(deferred_object)
does the right thing by modifications in C
. It works predictably and intuitively for Pure Python code, but a way to extend this to C
extensions has not been found as far as I know, which is a major dealbreaker.