This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients amaury.forgeotdarc, facundobatista, jyasskin, theller
Date 2008-02-14.20:09:44
SpamBayes Score 0.009794071
Marked as misclassified No
Message-id <1203019786.29.0.147783674597.issue2115@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a serious problem (and thanks, amaury, for finding the
spot). comtypes, like ctypes, uses quite a bit of isinstance calls.

It is the reason that the comtypes unit tests run between 8% and 25%
slower with trunk than with python 2.5.1.  If I comment out the code
that you mentioned, python trunk is slightly faster than 2.5.1.  I
suggest to raise the severity.
History
Date User Action Args
2008-02-14 20:09:46thellersetspambayes_score: 0.00979407 -> 0.009794071
recipients: + theller, facundobatista, amaury.forgeotdarc, jyasskin
2008-02-14 20:09:46thellersetspambayes_score: 0.00979407 -> 0.00979407
messageid: <1203019786.29.0.147783674597.issue2115@psf.upfronthosting.co.za>
2008-02-14 20:09:45thellerlinkissue2115 messages
2008-02-14 20:09:44thellercreate