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-06.21:49:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536270561.92.0.56676864532.issue34553@psf.upfronthosting.co.za>
In-reply-to
Content
for what's it worth, I've observed similar crashes under these strange circumstances :

- the crashes don't appear in python 3.4, but they do in 3.5 (maybe due to switch in msvc runtime)

- the crashes do appear when run as script, the exact same commands in the repl work as expected

- the crashes behave the same when using ActiveQt/PyQt instead of pywin32, which suggests it's not a pywin32 issue
History
Date User Action Args
2018-09-06 21:49:21erikjansssetrecipients: + erikjanss, paul.moore, ronaldoussoren, tim.golden, zach.ware, steve.dower, xtreak, vijay
2018-09-06 21:49:21erikjansssetmessageid: <1536270561.92.0.56676864532.issue34553@psf.upfronthosting.co.za>
2018-09-06 21:49:21erikjansslinkissue34553 messages
2018-09-06 21:49:21erikjansscreate