Skip to content Skip to sidebar Skip to footer
Showing posts with the label Reload

Python Reload Module Does Not Take Effect Immediately

see the reproduction code below. Tracing a memory leak I found that reload(module) does not immedia… Read more Python Reload Module Does Not Take Effect Immediately

How To Refresh Sys.path?

I've installed some packages during the execution of my script as a user. Those packages were t… Read more How To Refresh Sys.path?

How To Reload A Python3 C Extension Module?

I wrote a C extension (mycext.c) for Python 3.2. The extension relies on constant data stored in a … Read more How To Reload A Python3 C Extension Module?

Python Reload Module Does Not Take Effect Immediately

see the reproduction code below. Tracing a memory leak I found that reload(module) does not immedia… Read more Python Reload Module Does Not Take Effect Immediately