Slowpoke

Results 2 comments of Slowpoke

I think python scripts should only be written to their individual source files. I do not know of any other editor that saves opened files twice, once in the actual...

The reason the python context is run in the main thread is pretty simple: Netlist access is currently not threadsafe. Running the python context in another thread could consequently result...