mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
9fa206aaec
commit
a3e4fec873
5 changed files with 128 additions and 9 deletions
|
@ -543,7 +543,7 @@ class TracebackCases(unittest.TestCase):
|
|||
|
||||
self.assertEqual(
|
||||
str(inspect.signature(traceback.format_exception_only)),
|
||||
'(exc, /, value=<implicit>, *, show_group=False)')
|
||||
'(exc, /, value=<implicit>, *, show_group=False, **kwargs)')
|
||||
|
||||
|
||||
class PurePythonExceptionFormattingMixin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue