irreg

Results 4 issues of irreg

Encryption may generate functions that cause Python to crash with a memory access violation (0xc0000005) after 1024 or 2048 calls. The exe is generated from source code containing about 5000...

bug
wontfix

**Describe the bug** There are the following problems with the processing of from_string/to_string of NodeId - Missing percent encoding for NamespaceUri when from_string/to_string - Identifier cannot be parsed correctly when...

A quick investigation revealed that while `start_server` launches processing in a separate thread, `open_file` itself is not launched in the thread. The issue was resolved by executing `open_file`'s processing in...

Contextmanager does not process the finalize process in try-finally and may not execute when exiting contextmanager with an error. Unintended results were observed due to the different state of the...