Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8c231 commit 7767efaCopy full SHA for 7767efa
1 file changed
Lib/pdb.py
@@ -190,7 +190,7 @@ def __init__(self, target):
190
print(f'Error: {target} is a directory')
191
sys.exit(1)
192
193
- # Be careful with realpath to support pseudofilesystems (GH-142315).
+ # Be careful with realpath to support anonymous pipes like '<(...)' (GH-142315).
194
realpath = os.path.realpath(target)
195
self._target = realpath if os.path.exists(realpath) else target
196
0 commit comments