Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _path_eq
Function
_path_eq
Lib/multiprocessing/popen_spawn_win32.py:24–25 ·
view source on GitHub ↗
(p1, p2)
Source
from the content-addressed store, hash-verified
22
23
24
def
_path_eq(p1, p2):
25
return
p1 == p2 or os.path.normcase(p1) == os.path.normcase(p2)
26
27
WINENV = not _path_eq(sys.executable, sys._base_executable)
28
Callers
2
popen_spawn_win32.py
File · 0.85
__init__
Method · 0.85
Calls
1
normcase
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…