Skip to content

Commit a57e1c9

Browse files
authored
Add link for Python 3.12 libpython in pygdb.md
1 parent 7fe941c commit a57e1c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/pygdb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ gdb -p <pid>
1414
https://github.com/python/cpython/blob/main/Tools/gdb/libpython.py
1515
# python3.10
1616
https://github.com/python/cpython/blob/3.10/Tools/gdb/libpython.py
17+
# python3.12
18+
https://github.com/python/cpython/blob/v3.12.3/Tools/gdb/libpython.py
1719
```
1820

1921
#### 使用步骤

0 commit comments

Comments
 (0)