Skip to content

Commit bbb7860

Browse files
committed
pyembed: add TODO for additional bytecode fields
1 parent e9f3080 commit bbb7860

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyembed/src/importer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ py_class!(class PyOxidizerFinder |py| {
119119
self.builtin_importer(py).call_method(py, "exec_module", (module,), None)
120120
} else if entry.is_frozen {
121121
self.frozen_importer(py).call_method(py, "exec_module", (module,), None)
122+
// TODO service other in-memory bytecode fields.
122123
} else if entry.in_memory_bytecode.is_some() {
123124
match get_memory_view(py, &entry.in_memory_bytecode) {
124125
Some(value) => {

0 commit comments

Comments
 (0)