]> granicus.if.org Git - python/commit
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
authorBarry Warsaw <barry@python.org>
Thu, 5 Oct 2017 16:11:18 +0000 (12:11 -0400)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 16:11:18 +0000 (12:11 -0400)
commit36c1d1f1e52ba54007cbecb42c5599e5ff62aa52
tree317c296450800bfb25851dd92a62050e26c4c4fd
parent4d071897880b7e84e1a217ebe19971c118316970
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)

Implement PEP 553, built-in breakpoint() with support from sys.breakpointhook(), along with documentation and tests.  Closes bpo-31353
Doc/library/functions.rst
Doc/library/sys.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.7.rst
Lib/test/test_builtin.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Core and Builtins/2017-09-05-14-19-02.bpo-31353.oGZUeJ.rst [new file with mode: 0644]
Python/bltinmodule.c
Python/sysmodule.c