Message 312367 - Python tracker
Message312367
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, ncoghlan, ned.deily, steve.dower, yselivanov, zach.ware |
| Date | 2018-02-19.20:20:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1519071623.13.0.467229070634.issue32604@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm not seeing any refleak (on linux/clang). I'm guessing this is Windows-specific (based on use of "./python.exe"). How does test_multiprocessing_fork even run on Windows? I thought "fork" is an unsupported start method on Windows (see https://docs.python.org/3.7/library/multiprocessing.html#contexts-and-start-methods). Also, I'm not sure how my change might cause a refleak outside of code using the _xxsubinterpreters module. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-19 20:20:23 | eric.snow | set | recipients: + eric.snow, ncoghlan, ned.deily, zach.ware, yselivanov, steve.dower |
| 2018-02-19 20:20:23 | eric.snow | set | messageid: <1519071623.13.0.467229070634.issue32604@psf.upfronthosting.co.za> |
| 2018-02-19 20:20:23 | eric.snow | link | issue32604 messages |
| 2018-02-19 20:20:23 | eric.snow | create | |