From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from orbyte.nwl.cc (orbyte.nwl.cc [151.80.46.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D105B225417 for ; Thu, 5 Mar 2026 22:15:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=151.80.46.58 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772748943; cv=none; b=ohvMZ1kGK4DWt57FrG8ocerrEP61eGE27eIo6jEChRzAX33k8kCFTwAXCNulnqsb7fHjRvWfyUvpijk+coNjYQKjzMGPn8nzQbBJuqX60dNJyKYJ0D+Uu3cVzikD62qwyRjDwmW0YiH4z3IgBX1dlz4If5niHnErJGO+TN2QqaY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772748943; c=relaxed/simple; bh=rGaPtfIRxcgzxD6mpULZRgSTrToE6tmlA+ypaR+b1i0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KB6zhWTyPraxCt86RRv+oK3GyrRR6UqILIAt1h14tgkEa4wMCy/JtjNCItCb49DV27OFCvmFsf2iIhm3NsfczT1wsFEwRFVi3ihgGXYfTLRk3LPrBiUMJ/tiTKp7V8qDq0LDDHR/SUAgEmwGXyMXd1cUfzlPTKhErWKWlrtJP6E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc; spf=pass smtp.mailfrom=nwl.cc; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b=Y2NYW/gg; arc=none smtp.client-ip=151.80.46.58 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nwl.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b="Y2NYW/gg" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nwl.cc; s=mail2022; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=b6HVDw8mV4Z1ijQ5IOm/2L7F/kbBYKZejlQzmQU/sNQ=; b=Y2NYW/ggJ1x46To5ZtM07DMs3+ E0qS+RhvDRZCwXYV5d8aDCxJcg3BTpz8f4qVRyr/slKIaB4kLXre3xVAO+53PuXDNbv6AnHaukodX VzXmPCkvoxI1KsC8nA4A+bFRq4ACNuazMPcB3BAcNcgJhcCohc9k8zSowu22CcGBNPCUmsebr1uqg c6nBcu41dLKvEfhjc7l797ww05zaNqD2rvqbEVn7Lq8nxAeaiGVqg146vYnBpA17TMY3zicccOk2n wndFiHVUYzgSVoEL+GVAQG5KWEPlc4u2bFu9SGBzYwY5/uR6fC755IifhbFU+cogUKvUuIhi4FXwb fm5qy3+w==; Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.98.2) (envelope-from ) id 1vyGyo-000000000Kk-2JHU; Thu, 05 Mar 2026 23:15:38 +0100 Date: Thu, 5 Mar 2026 23:15:38 +0100 From: Phil Sutter To: Jeremy Sowden Cc: Netfilter Devel Subject: Re: [PATCH nft] tests: py: use `os.unshare` Python function Message-ID: Mail-Followup-To: Phil Sutter , Jeremy Sowden , Netfilter Devel References: <20260305175358.806280-1-jeremy@azazel.net> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260305175358.806280-1-jeremy@azazel.net> On Thu, Mar 05, 2026 at 05:53:58PM +0000, Jeremy Sowden wrote: > Since Python 3.12 the standard library has included an `os.unshare` function. > Use it if it is available. > > Signed-off-by: Jeremy Sowden Patch applied, thanks!