Revision Date Author Comments
# a38f4f98 05-Nov-2021 Nikita Popov

Fix bug #78647

We can't take ownership of the delayed autoload table here. It is
important that pending classes get loaded before resolving variance
of any nested classed, as they mi

Fix bug #78647

We can't take ownership of the delayed autoload table here. It is
important that pending classes get loaded before resolving variance
of any nested classed, as they might actually be lower in the
hierarchy.

show more ...