enthought / comtypes

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
Other
283 stars 96 forks source link

Name change of component implementing record parameter testing. #575

Closed geppi closed 2 weeks ago

geppi commented 2 weeks ago

Background: Implementing several related interfaces in a single component is a problem when the interfaces inherit from the same interface but require different implementations for this interface as is the case for IDispatch. Therefore additional interfaces will be implemented in separate components.

The name change reflects the limited scope of the component.