Skip to content

Commit e80ad6b

Browse files
authored
Add VERSION to gdb stubs (#11529)
1 parent 35b74bc commit e80ad6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/gdb/gdb/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ from . import events as events, printing as printing, prompt as prompt, types as
1515

1616
# Basic
1717

18+
VERSION: str
19+
1820
PYTHONDIR: str
1921

2022
STDOUT: int

0 commit comments

Comments
 (0)