##// END OF EJS Templates
rust-cpython: remove Option<_> from interface of py_shared_iterator...
rust-cpython: remove Option<_> from interface of py_shared_iterator It's the implementation detail of the py_shared_iterator that the leaked reference is kept in Option<_> so that it can be dropped early.

File last commit:

r41001:5532823e default
r43160:74d67c64 default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true