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
- Use buffered os.fdopen() for both writing and reading the init pipe
so that preload payloads larger than PIPE_BUF are written and read
fully. A bare os.write() may short-write large buffers.
- Use data.get() for preparation-data keys rather than direct indexing
to avoid coupling to spawn.get_preparation_data() internals.
0 commit comments