mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
[3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) (#119408)
(cherry picked from commit a3e4fec873
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
eafd633fac
commit
a463cd8e45
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