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 9cb5ae7 commit 9af5a49Copy full SHA for 9af5a49
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