[issue39217] GC of a ctypes object causes application crash

2021-06-15 Thread Irit Katriel
Irit Katriel added the comment: As Terry suggested, it would be better to establish whether this is a python bug by asking on python-list, where more people are likely to see your question. A complete script reproducing the crash is *always* better than a verbal description that we may or

[issue39217] GC of a ctypes object causes application crash

2020-01-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: "Is this a bug" questions are often better asked on python-list. (I don't know.) If so, the bug needed to be tested on the current development version (3.9 now). Likely, someone on python-list will try given reproducible code. 2.7 has reach EOL.

[issue39217] GC of a ctypes object causes application crash

2020-01-04 Thread Kevin Schlossser
New submission from Kevin Schlossser : I guess this is a question as much as it is a bug report. I know that all kinds of strange behavior can happen when using ctypes improperly. This is what is taking place. I can provide code if needed. but lets work off of my description of what is