[Python-Dev] Integrate the faulthandler module into Python 3.3?

Benjamin Peterson benjamin at python.org
Fri Mar 4 15:03:35 CET 2011


2011/3/4 Simon Cross <hodgestar+pythondev at gmail.com>:
> On Fri, Mar 4, 2011 at 3:26 PM, Victor Stinner
> <victor.stinner at haypocalc.com> wrote:
>> faulthandler is also a little bit special, because it is very specific
>> to CPython: it is based on CPython internal structures.
>
> If faulthandler is a public part of the standard library, what should
> other Python implementations do about implementing it?

Ignore it as they're free to ignore any other implementation detail.



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list