You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The executable name is ignored, and the zeroth argument is always used.
This is not a huge issue, and it only affects fork from the os.pipe package. The others, like backticks don't support passing two different values to the primitive for the executable and argv[0]. See #1400's history.
The text was updated successfully, but these errors were encountered:
The executable name is ignored, and the zeroth argument is always used.
This is not a huge issue, and it only affects
fork
from the os.pipe package. The others, likebackticks
don't support passing two different values to the primitive for the executable and argv[0]. See #1400's history.The text was updated successfully, but these errors were encountered: