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 d273c5b commit c9a2146Copy full SHA for c9a2146
1 file changed
Python/sysmodule.c
@@ -2455,6 +2455,11 @@ code has been executed. The caller is responsible for making sure that
2455
the file still exists whenever the remote process tries to read it and that
2456
it hasn't been overwritten.
2457
2458
+The remote process must be running a CPython interpreter of the same major
2459
+and minor version as the local process. If either the local or remote
2460
+interpreter is pre-release (alpha, beta, or release candidate) then the
2461
+local and remote interpreters must be the same exact version.
2462
+
2463
Args:
2464
pid (int): The process ID of the target Python process.
2465
script (str|bytes): The path to a file containing
0 commit comments