On Fri, Oct 7, 2016 at 5:24 PM, dieter <die...@handshake.de> wrote:
> Memory allocations are frequent (in many places) and they fail rarely.
> Therefore, there is quite a high probability that some of those
> allocations fail to check that the allocation has been successful.
> If this happens (and the allocation fails), then a "SIGSEGV" is
> almost certain.

Which, BTW, doesn't stop them from being bugs. If this can be pinned
down, it definitely warrants a bugs.python.org issue.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to