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 Windson Yang
Recipients Windson Yang, tzickel
Date 2018-07-22.02:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532228019.9.0.56676864532.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
A patch would just add 

    def __del__(self):
        self.terminate()

in the Pool object.
History
Date User Action Args
2018-07-22 02:53:39Windson Yangsetrecipients: + Windson Yang, tzickel
2018-07-22 02:53:39Windson Yangsetmessageid: <1532228019.9.0.56676864532.issue34172@psf.upfronthosting.co.za>
2018-07-22 02:53:39Windson Yanglinkissue34172 messages
2018-07-22 02:53:39Windson Yangcreate