Show More
@@ -103,7 +103,7 b' pub fn combine_changeset_copies_wrapper(' | |||
|
103 | 103 | // thread can drop it. Otherwise the GIL would be implicitly |
|
104 | 104 | // acquired here through `impl Drop for PyBytes`. |
|
105 | 105 | if let Some(bytes) = opt_bytes { |
|
106 |
if |
|
|
106 | if pybytes_sender.send(bytes.unwrap()).is_err() { | |
|
107 | 107 | // The channel is disconnected, meaning the parent |
|
108 | 108 | // thread panicked or returned |
|
109 | 109 | // early through |
General Comments 0
You need to be logged in to leave comments.
Login now