| 104 | tell_func_(file.attr("tell")) {} |
| 105 | |
| 106 | ~PyFileReader() { |
| 107 | nb::gil_scoped_acquire gil; |
| 108 | |
| 109 | pyistream_.release().dec_ref(); |
| 110 | readinto_func_.release().dec_ref(); |
| 111 | seek_func_.release().dec_ref(); |
| 112 | tell_func_.release().dec_ref(); |
| 113 | } |
| 114 | |
| 115 | bool is_open() const override { |
| 116 | bool out; |