Zachary Ware <zachary.w...@gmail.com> added the comment:

In general, as soon as you touch ctypes you're on your own :).  ctypes has no 
protections for this kind of case, so you need to protect yourself.

If you came across this some way that *should* have been safe, please provide 
more information. But just passing a random memory address to ctypes is likely 
to cause segfaults or worse.

----------
nosy: +zach.ware
resolution:  -> not a bug
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to