mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
-O does not strip docstrings. Automerge-Triggered-By: GH:iritkatriel
This commit is contained in:
parent
45f21472da
commit
27ce45d8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1212,7 +1212,7 @@ class DisWithFileTests(DisTests):
|
|||
return output.getvalue()
|
||||
|
||||
|
||||
if sys.flags.optimize:
|
||||
if dis.code_info.__doc__ is None:
|
||||
code_info_consts = "0: None"
|
||||
else:
|
||||
code_info_consts = "0: 'Formatted details of methods, functions, or code.'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue