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 michaeldcurran
Recipients David Heffernan, michaeldcurran, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-14.18:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618426077.31.0.884148159878.issue38748@roundup.psfhosted.org>
In-reply-to
Content
This bug is reproduceable on both Python 3.8 and 3.9. But not 3.7.
Ths bug is seen in the real world, in the context of providing Python callbacks to Win32 API functions, or when implementing comtypes COM objects in Python.
For example, we see this crash in the NVDA screen reader project, in our implementation of ITTSBufNotifySink from the Microsoft SAPI4 speech API.
ITTSBufNotifySink::TextDataStarted takes a pointer (this), and a long long (qTimestamp).
https://github.com/nvaccess/nvda/issues/12152
History
Date User Action Args
2021-04-14 18:47:57michaeldcurransetrecipients: + michaeldcurran, paul.moore, tim.golden, zach.ware, steve.dower, David Heffernan
2021-04-14 18:47:57michaeldcurransetmessageid: <1618426077.31.0.884148159878.issue38748@roundup.psfhosted.org>
2021-04-14 18:47:57michaeldcurranlinkissue38748 messages
2021-04-14 18:47:57michaeldcurrancreate