Merge pull request #708 from lochbrunner/master

Fixes PyObjectDelAttrProtocol signature
This commit is contained in:
Yuji Kanagawa 2020-01-02 15:10:30 +09:00 committed by GitHub
commit 6160cbfac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {