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 erikjanss
Recipients erikjanss, paul.moore, ronaldoussoren, steve.dower, tim.golden, vijay, xtreak, zach.ware
Date 2018-09-11.16:37:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536683865.44.0.0269046726804.issue34553@psf.upfronthosting.co.za>
In-reply-to
Content
@ronaldoussoren In my case it was not Outlook, it was a third party line of business application,
but as in the case of the OP, as mentioned in the StackOverflow link, the crashing only happens using certain Python version.

I'm not suggesting the issue of the OP (nor mine) is in CPython.  But it's strange at least that it depends on the Python version, and that it does not crash when using the REPL (I did try to compensate for delays etc.).

I took the PyQt route to 'proof' the issue is not related to pywin32.

When running it in a debugger, the crash happens in an MFC dll, after the Invoke of the COM method.

So my guess is the issue is related to some incompatibility in MSVC libraries between CPython and the line of business application.
History
Date User Action Args
2018-09-11 16:37:45erikjansssetrecipients: + erikjanss, paul.moore, ronaldoussoren, tim.golden, zach.ware, steve.dower, xtreak, vijay
2018-09-11 16:37:45erikjansssetmessageid: <1536683865.44.0.0269046726804.issue34553@psf.upfronthosting.co.za>
2018-09-11 16:37:45erikjansslinkissue34553 messages
2018-09-11 16:37:45erikjansscreate