FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45292: [PEP 654] Update traceback display code to work with exception groups by iritkatriel · Pull Request #29207 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45292: [PEP 654] Update traceback display code to work with exception groups
- #29207
#29207
Merged
iritkatriel
merged 27 commits into
python:main
python/cpython:main
from
iritkatriel:bpo-45292-traceback
iritkatriel/cpython:bpo-45292-traceback
Copy head branch name to clipboard
Nov 5, 2021
Conversation
Commits
27
(27)
Checks
Files changed
Merged
bpo-45292: [PEP 654] Update traceback display code to work with exception groups
#29207
iritkatriel
merged 27 commits into
python:main
python/cpython:main
from
iritkatriel:bpo-45292-traceback
iritkatriel/cpython:bpo-45292-traceback
Copy head branch name to clipboard
Commits
Commits on Oct 25, 2021
C traceback code
iritkatriel
committed
42bed01
View commit details
Copy full SHA for 42bed01
Browse repository at this point
add ExceptionGroups support to traceback.py
iritkatriel
committed
a2daa23
View commit details
Copy full SHA for a2daa23
Browse repository at this point
remove 'with X sub-exceptions' line from tracebacks
iritkatriel
committed
261917a
View commit details
Copy full SHA for 261917a
Browse repository at this point
pass margin instead of margin_char
iritkatriel
committed
7613b43
View commit details
Copy full SHA for 7613b43
Browse repository at this point
update news
iritkatriel
committed
d98a72b
View commit details
Copy full SHA for d98a72b
Browse repository at this point
excs is tuple, use PyTuple apis. Change check to assertion.
iritkatriel
committed
d69916e
View commit details
Copy full SHA for d69916e
Browse repository at this point
remove redundant num_excs > 0 check (it is asserted above)
iritkatriel
committed
f5cab69
View commit details
Copy full SHA for f5cab69
Browse repository at this point
remove cpython_only from exception group tests
iritkatriel
committed
5170f00
View commit details
Copy full SHA for 5170f00
Browse repository at this point
handle recursion errors (vert deeply nested EGs)
iritkatriel
committed
2052c77
View commit details
Copy full SHA for 2052c77
Browse repository at this point
Commits on Oct 26, 2021
WRITE_INDENTED_MARGIN macro --> write_indented_margin function
iritkatriel
committed
5097300
View commit details
Copy full SHA for 5097300
Browse repository at this point
move new traceback utils to internal/
iritkatriel
committed
dc21cf8
View commit details
Copy full SHA for dc21cf8
Browse repository at this point
test improvements
iritkatriel
committed
d4007b7
View commit details
Copy full SHA for d4007b7
Browse repository at this point
pep7, improve error checking and clarity
iritkatriel
committed
169934e
View commit details
Copy full SHA for 169934e
Browse repository at this point
add missing test to cover print_chained with/without parent_label
iritkatriel
committed
aa4da45
View commit details
Copy full SHA for aa4da45
Browse repository at this point
compare the complete expected tb text
iritkatriel
committed
6ee84f7
View commit details
Copy full SHA for 6ee84f7
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2021-09-26-18-18-50.bpo-45292.aX5HVr.rst
Show description for ac7f34c
iritkatriel
and
gvanrossum
authored
ac7f34c
View commit details
Copy full SHA for ac7f34c
Browse repository at this point
don't need the regex anymore
iritkatriel
committed
d0d4961
View commit details
Copy full SHA for d0d4961
Browse repository at this point
Commits on Oct 29, 2021
remove full-path labels
iritkatriel
committed
5c1015d
View commit details
Copy full SHA for 5c1015d
Browse repository at this point
int --> bool
iritkatriel
committed
83abebd
View commit details
Copy full SHA for 83abebd
Browse repository at this point
move code around
iritkatriel
committed
16d077d
View commit details
Copy full SHA for 16d077d
Browse repository at this point
Commits on Oct 31, 2021
Tweak the top-level of traceback box as suggested by Yury
iritkatriel
committed
64fb164
View commit details
Copy full SHA for 64fb164
Browse repository at this point
Commits on Nov 1, 2021
tidy up error handling
iritkatriel
committed
88019f5
View commit details
Copy full SHA for 88019f5
Browse repository at this point
Commits on Nov 2, 2021
add limits for width and depth of formatted exception groups
iritkatriel
committed
e963835
View commit details
Copy full SHA for e963835
Browse repository at this point
use _PyBaseExceptionGroup_Check macro
iritkatriel
committed
e85510a
View commit details
Copy full SHA for e85510a
Browse repository at this point
remove redundant PyErr_Clear
iritkatriel
committed
c15a7bd
View commit details
Copy full SHA for c15a7bd
Browse repository at this point
minor tweak - move if out of loop
iritkatriel
committed
d8cc6e8
View commit details
Copy full SHA for d8cc6e8
Browse repository at this point
Commits on Nov 3, 2021
remove excess whitespace
iritkatriel
committed
61fab3f
View commit details
Copy full SHA for 61fab3f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL