This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:23eric.snowsetrecipients: + eric.snow, ncoghlan, ned.deily, zach.ware, yselivanov, steve.dower
2018-02-19 20:20:23eric.snowsetmessageid: <1519071623.13.0.467229070634.issue32604@psf.upfronthosting.co.za>
2018-02-19 20:20:23eric.snowlinkissue32604 messages
2018-02-19 20:20:23eric.snowcreate