Jun Komoda

Results 359 comments of Jun Komoda
trafficstars

When `COMMETHOD` is called, `_resolve_argspec` is called to derive argtypes for creating function prototypes. In it, `VARIANT.missing` is used as the default value for optional arguments. I thought that this...

This issue has been without updates for a long time, and support for Python 2.7 has been dropped. The situation can be resolved by running `py -m comtypes.clear_cache`. See also...

Although #116 is closed without merging, the "Partial wrapper files generated in gen folder" can still occur. This issue still needs to be considered about proper implementation and testing.

@bennyrowland @cfarrow @vasily-v-ryabov Since #337 and #343 have been merged, I will close this issue as resolved. If the issue remains, please re-open.

@cfarrow @vasily-v-ryabov We have included issues on 32-64bit and issues on `VARIANT with typecode VT_ARRAY | BT_BSTR` in the scope of milestones for the next release. https://github.com/enthought/comtypes/milestone/3 However, these are...

Understood. Thank you for your effort and planning. I hope you enjoy the holidays without any risks.

@vasily-v-ryabov When do you plan to release `1.2.0`?

@vasily-v-ryabov Thank you for the reply. I see. Is there anything I can do before or after this release?

I think python/cpython#100169 by @ynkdir might help this. I am watching for python/cpython#100169 as it may be possible to resolve this issue on the `cpython` side.

[`test_pump_events`](https://github.com/enthought/comtypes/blob/d1f5cd7e6c73c52f30a36c226cdde21586cdc4b7/comtypes/test/test_pump_events.py) only conducts memory leak testing. While I use Excel in my project, I disable events. So, for me, this problem is of low priority. However, I would welcome contributions...