Re: [f2py] Re: unloading/reloading compiled modules
Demaeyer Jonathan <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
Pearu Peterson a écrit : > Hi, ... > > Another way would be > to have a master process that calls python as a separate subprocess that > carries out computations with f2py generated extension modules. If the > extension module is changed then the next subprocess picks up the > updated extension module. > ... > HTH, > Pearu Hi, I would like to try this. But I wonder if importing a module inside a Thread object of the python threading module means that the import is only available in the subprocess or also in the main process? Thank you in advance, Jonathan