]> granicus.if.org Git - python/commit
Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Sep 2013 09:36:23 +0000 (11:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Sep 2013 09:36:23 +0000 (11:36 +0200)
commit88983500767e3bd042170552c12f9f5280dd4b3a
tree8dd4b67c6e2a38e8ac5ed965aa6b1fbede657fe8
parent9437d7a7fe81a5f80122d8c86ac469d20259eeea
Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the
faulthandler module if the variable is non-empty. Same behaviour than other
variables like PYTHONDONTWRITEBYTECODE.
Doc/using/cmdline.rst
Lib/test/test_faulthandler.py
Misc/NEWS
Modules/faulthandler.c