Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad format IID in VTableItem.WriteVTableMap #2481

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Feb 24, 2025

UNTESTED !!!
But it makes sense to me, repr in repr will cause IID to be stringified, and strings to double up on quotes.
Not sure how to add tests for this.

Closes #714

@Avasam Avasam force-pushed the Fix-bad-format-IID-in-VTableItem.WriteVTableMap branch from c9f705d to 1e5aa05 Compare February 24, 2025 01:21
@Avasam Avasam force-pushed the Fix-bad-format-IID-in-VTableItem.WriteVTableMap branch from 1e5aa05 to b45f557 Compare February 24, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

makepy generates a bad format IID for a vtable function returning an object derived from IDispatch.
1 participant