This hook is called in the coordinator with the parsed tree, but we don't want to deserialize trees in coordinator. It is currently used by mypyc, but it only accesses fullname on it. I recently recommended his hook in python/mypy#17410 so it may be used by some plugins.
It would be unfortunate to break plugins, but I don't see other options yet.
cc @JukkaL
This hook is called in the coordinator with the parsed tree, but we don't want to deserialize trees in coordinator. It is currently used by mypyc, but it only accesses
fullnameon it. I recently recommended his hook in python/mypy#17410 so it may be used by some plugins.It would be unfortunate to break plugins, but I don't see other options yet.
cc @JukkaL