projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17d2aa
)
Undo (hopefully) buildbot failures
author
Antoine Pitrou
<solipsis@pitrou.net>
Sat, 23 Nov 2013 17:20:42 +0000
(18:20 +0100)
committer
Antoine Pitrou
<solipsis@pitrou.net>
Sat, 23 Nov 2013 17:20:42 +0000
(18:20 +0100)
Tools/gdb/libpython.py
patch
|
blob
|
history
diff --git
a/Tools/gdb/libpython.py
b/Tools/gdb/libpython.py
index aa57fed62120967a3b8d5a4e55dad758d992306c..1c2c3cb5d27790c1e7ed31daba914ceae5626d89 100644
(file)
--- a/
Tools/gdb/libpython.py
+++ b/
Tools/gdb/libpython.py
@@
-116,7
+116,7
@@
else:
try:
os_fsencode = os.fsencode
-except
Import
Error:
+except
Attribute
Error:
def os_fsencode(filename):
if not isinstance(filename, unicode):
return filename