Skip to content

Commit 94ee97e

Browse files
Regular expression has been slightly rewritten
1 parent e342f82 commit 94ee97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ def get_disassembly(self, func, lasti=-1, wrapper=True, **kwargs):
14671467
Kw-only arguments: 0
14681468
Number of locals: 1
14691469
Stack size: \\d+
1470-
Flags: OPTIMIZED, NEWLOCALS(, HAS_DOCSTRING|)
1470+
Flags: OPTIMIZED, NEWLOCALS(, HAS_DOCSTRING)?
14711471
Constants:
14721472
{code_info_consts}
14731473
Names:

0 commit comments

Comments
 (0)