Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481450 | Differences between
and this patch

Collapse All | Expand All

(-)a/pym/portage/process.py (-1 / +6 lines)
Lines 279-284 def spawn(mycommand, env={}, opt_name=None, fd_pipes=None, returnpid=False, Link Here
279
		fd_pipes[1] = pw
279
		fd_pipes[1] = pw
280
		fd_pipes[2] = pw
280
		fd_pipes[2] = pw
281
281
282
	# This caches the libc library lookup in the current
283
	# process, so that it's only done once rather than
284
	# for each child process.
285
	if unshare_net:
286
		find_library("c")
287
282
	parent_pid = os.getpid()
288
	parent_pid = os.getpid()
283
	pid = None
289
	pid = None
284
	try:
290
	try:
285
- 

Return to bug 481450