https://bugs.winehq.org/show_bug.cgi?id=52094
--- Comment #9 from Jinoh Kang jinoh.kang.kr@gmail.com --- I have successfully traced the root cause of the bug--indeed it's the forwarded exports.
Wine does not always increment the refcount of the referee of a forwarded export when such an entry is resolved.
However I think I ran into some peculiarities of Windows DLL loader. Anyone knowledgeable on this topic?
(Workaround: pin python3<XYZ>.dll so that it doesn't go away)