I encountered an error in list access when containing set type: source test_type_in.py:
print '1 in [set]=', 1 in [set] result: Unknown exception: [object Error] Traceback: test_type_in.py, line 9: print '1 in [set]=', 1 in [set] This error is raised also in tuple access (ex: "1 in (set,)"). This error only appears in pyjs (not in pyjd). It seems that the type implementation in pyjs is a little different from CPython implementation. I encountered several bugs related to type somehow. -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyjs-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.