We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddee2f commit c22fcc3Copy full SHA for c22fcc3
1 file changed
README.md
@@ -8,6 +8,8 @@
8
9
`stdout` and `stderr` are not captured. they are sent to `stdout` and `stderr` of the host application.
10
11
+The standard technique using `dup` and `dup2` does not work for redirecting `libpython`.
12
+
13
* https://docs.microsoft.com/ja-jp/cpp/c-runtime-library/reference/dup-dup2?view=msvc-170
14
15
### CMake Options
0 commit comments