Sandbox: [skip ci] fix build failures

This commit is contained in:
wmayer
2023-09-08 11:45:44 +02:00
committed by wwmayer
parent 3645d8be3b
commit 8a56da4ee0
9 changed files with 27 additions and 135 deletions

View File

@@ -146,7 +146,7 @@ public:
return genericSetAttro( name_, value );
}
}
virtual int sequence_length()
virtual PyCxx_ssize_t sequence_length()
{
// len(x)
return m_array.size();