diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-04-01 07:40:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-04-01 07:40:51 (GMT) |
commit | bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62 (patch) | |
tree | 1fd88c86ec215bda561c49a13b0b95923e5857a1 /.hgignore | |
parent | a01da93d855de043e3ae3a8478318f3fe099a728 (diff) | |
download | cpython-bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62.zip cpython-bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62.tar.gz cpython-bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62.tar.bz2 |
Issue #8032: For gdb7, a python-gdb.py file is added to the build,
allowing to use advanced gdb features when debugging Python.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ Modules/Setup.local Modules/config.c Parser/pgen core +python-gdb.py syntax: glob libpython*.a |