We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ff4ab commit 655868dCopy full SHA for 655868d
1 file changed
include/boost/python/object_protocol.hpp
@@ -47,7 +47,7 @@ object getitem(Target const& target, Key const& key)
47
template <class Key, class Value>
48
void setitem(object const& target, Key const& key, Value const& value)
49
{
50
- return setitem(target, object(key), object(value));
+ setitem(target, object(key), object(value));
51
}
52
53
template <class Key>
0 commit comments