Message376767
| Author | pmpp |
|---|---|
| Recipients | paul.moore, pmpp, prasechen, steve.dower, tim.golden, zach.ware |
| Date | 2020-09-12.03:06:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1599879983.39.0.651142074095.issue41770@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hi, you just need to call del sys.modules['xxx'] and have a look at https://docs.python.org/3.7/library/importlib.html#importlib.invalidate_caches before importing again |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-09-12 03:06:23 | pmpp | set | recipients: + pmpp, paul.moore, tim.golden, zach.ware, steve.dower, prasechen |
| 2020-09-12 03:06:23 | pmpp | set | messageid: <1599879983.39.0.651142074095.issue41770@roundup.psfhosted.org> |
| 2020-09-12 03:06:23 | pmpp | link | issue41770 messages |
| 2020-09-12 03:06:23 | pmpp | create | |