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 ammar2
Recipients ammar2, giampaolo.rodola, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-15.10:10:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531649442.36.0.56676864532.issue34060@psf.upfronthosting.co.za>
In-reply-to
Content
Aah, yeah I don't think there's a good way of doing it purely from the windows API. There might be a way to enumerate through all the processes and see if they're queued up but I didn't look into it.

In this case it should be fine, we just pay a bit of WMI cost to initialize the query, all the updating and retrieval is done asynchronously to the python code.
History
Date User Action Args
2018-07-15 10:10:42ammar2setrecipients: + ammar2, paul.moore, vstinner, giampaolo.rodola, tim.golden, jkloth, zach.ware, steve.dower
2018-07-15 10:10:42ammar2setmessageid: <1531649442.36.0.56676864532.issue34060@psf.upfronthosting.co.za>
2018-07-15 10:10:42ammar2linkissue34060 messages
2018-07-15 10:10:42ammar2create