the-snork
the-snork
@mhammond - that looks like a flaky test, as I did not change anything in that area. can s/b please verify?
unfortunately one more issue regarding same guids in different typelibs --- meh
activating again; a problem exists for VT_RECORD without VT_BYREF; most probably that will not work through IDispatch -- at least I tried enough and don't want to continue on that...
@Avasam I wonder why the tests still fail, though the encoding changes are reverted
@geppi - unfortunately, the mechanism that you describe does not work with makepy generated code (see the unit test part in this pr) meaning: this was the smallest possible change...
We are using code generated by makepy, so actually the generated code shall contain all necessary constructors (in my opinion). Have a look at the IDL changes and the tests...
I debugged that in our scenario: `win32com.client.Record` --> `gencache.EnsureDispatch(object)` does not run into the if clause. In the end, no Python file is generated and the import fails. My temp...