JP I miss the show so much @ZX-920 A pure Python segfault is fortunately a lot harder and rarer. Often those are classified as security bugs and get fixed very fast. Makes me wonder what OP did :-) Posted 24 days ago Report Link Quote Reply
ZX-920 @JP Well, then it’s not your code’s fault, isn’t it? =) Also, I’d like to hear how you can cause a segfault in pure python, without C libraries or playing with ctypes. Posted 24 days ago Report Edited 24 days ago Link Quote Reply
JP I miss the show so much @ZX-920 Not uncommon, especially if you call C libraries or extensions through Python, and the C code fucks up. Posted 24 days ago Report Link Quote Reply
ZX-920 Segfault? In Python? That’s an achievement right there. Posted 24 days ago Report Link Quote Reply
A pure Python segfault is fortunately a lot harder and rarer. Often those are classified as security bugs and get fixed very fast.
Well, then it’s not your code’s fault, isn’t it? =)
Also, I’d like to hear how you can cause a segfault in pure python, without C libraries or playing with ctypes.
Edited
Not uncommon, especially if you call C libraries or extensions through Python, and the C code fucks up.