commit | 36c1d1f1e52ba54007cbecb42c5599e5ff62aa52 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Oct 05 12:11:18 2017 -0400 |
committer | GitHub <noreply@github.com> | Thu Oct 05 12:11:18 2017 -0400 |
tree | 317c296450800bfb25851dd92a62050e26c4c4fd | |
parent | 4d071897880b7e84e1a217ebe19971c118316970 [diff] |
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