Message 339102 - Python tracker (original) (raw)

Message339102

Author Savagery
Recipients Savagery, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-29.10:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1553856108.12.0.392720200403.issue36463@roundup.psfhosted.org
In-reply-to
Content
crash is caused by the WndProc definitions, seems having python code that does anything inside of those WINFUNCTYPE ctypes callbacks increasing the frequency of the python crash with positive correlation to amount of python code in the function.
History
Date User Action Args
2019-03-29 10:41:48 Savagery set recipients: + Savagery, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-29 10:41:48 Savagery set messageid: 1553856108.12.0.392720200403.issue36463@roundup.psfhosted.org
2019-03-29 10:41:48 Savagery link issue36463 messages
2019-03-29 10:41:47 Savagery create