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 ronaldoussoren
Recipients erikjanss, paul.moore, ronaldoussoren, steve.dower, tim.golden, vijay, xtreak, zach.ware
Date 2018-09-11.14:59:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536677975.9.0.0269046726804.issue34553@psf.upfronthosting.co.za>
In-reply-to
Content
There's not enough information in the issue to be sure, but I'm inclined to say this is a 3th-party problem.  To be sure someone will have to reproduce the problem in a debugger, or provide a stack trace of the crash.

The initial message says there's a crash when using pywin32 to access particular COM APIs, and msg324713 says that the same thing can happen when using PyQt.

Either project is 3th-party, as is the actual COM dispatch machinery in Windows. And the past has shown that crashes that happen when 3th-party extensions are involved are almost never due to bugs in CPython.

@erikjanss: I'm assuming that you mean that using PyQt to access and outlook COM API can cause a crash, is that correct?
History
Date User Action Args
2018-09-11 14:59:35ronaldoussorensetrecipients: + ronaldoussoren, paul.moore, tim.golden, zach.ware, steve.dower, xtreak, erikjanss, vijay
2018-09-11 14:59:35ronaldoussorensetmessageid: <1536677975.9.0.0269046726804.issue34553@psf.upfronthosting.co.za>
2018-09-11 14:59:35ronaldoussorenlinkissue34553 messages
2018-09-11 14:59:35ronaldoussorencreate