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