You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/devel/opensnoop-native/opensnoop.py", line 122, in <module>
c_entry, rust_entry, entry_size, = gen_c("generate_trace_entry", "trace_entry")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/devel/opensnoop-native/opensnoop.py", line 110, in gen_c
c_code, rust_code = generate_c_function(
^^^^^^^^^^^^^^^^^^^^
File "/root/devel/opensnoop-native/debug.py", line 224, in generate_c_function
for index, instruction in get_list_of_instructions(bytecode):
File "/root/devel/opensnoop-native/debug.py", line 42, in get_list_of_instructions
for index, b_offset in enumerate(xrange(0, len(bytecode), 8)):
^^^^^^
NameError: name 'xrange' is not defined. Did you mean: 'range'?
The text was updated successfully, but these errors were encountered:
Not compiling against python3 it seems?
The text was updated successfully, but these errors were encountered: