Message322090
| Author | tzickel |
|---|---|
| Recipients | Windson Yang, tzickel |
| Date | 2018-07-21.09:12:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532164340.13.0.56676864532.issue34172@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> from multiprocessing import Pool >>> import gc >>> a = Pool(10) >>> del a >>> gc.collect() 0 >>> After this, there are still left behind Process (Pool) or Dummy (ThreadPool) and big _cache data (If you did something with it) which lingers till the process dies. You are correct on the other issue (I'm using and reading the Python 2 documentation which does not have that...). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-21 09:12:20 | tzickel | set | recipients: + tzickel, Windson Yang |
| 2018-07-21 09:12:20 | tzickel | set | messageid: <1532164340.13.0.56676864532.issue34172@psf.upfronthosting.co.za> |
| 2018-07-21 09:12:20 | tzickel | link | issue34172 messages |
| 2018-07-21 09:12:20 | tzickel | create | |