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.
pythonrc.py
1 parent df1e567 commit cab4d9fCopy full SHA for cab4d9f
python_files/pythonrc.py
@@ -4,6 +4,10 @@
4
if sys.platform != "win32":
5
import readline
6
7
+# Avoid caching this file by linecache and incorrectly report tracebacks.
8
+__spec__ = __loader__ = None
9
+
10
11
original_ps1 = ">>> "
12
is_wsl = "microsoft-standard-WSL" in platform.release()
13
0 commit comments