From ff2aaea334c464694d57f37222741b20b6c2fb41 Mon Sep 17 00:00:00 2001 From: Matthias Lochbrunner Date: Wed, 1 Jan 2020 16:51:40 +0100 Subject: [PATCH] Fixes PyObjectDelAttrProtocol --- pyo3-derive-backend/src/defs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-derive-backend/src/defs.rs b/pyo3-derive-backend/src/defs.rs index e099f853..145b56f5 100644 --- a/pyo3-derive-backend/src/defs.rs +++ b/pyo3-derive-backend/src/defs.rs @@ -31,7 +31,7 @@ pub const OBJECT: Proto = Proto { MethodProto::Binary { name: "__delattr__", arg: "Name", - pyres: true, + pyres: false, proto: "pyo3::class::basic::PyObjectDelAttrProtocol", }, MethodProto::Unary {