Message 337527 - Python tracker

Message337527

Author Konrad Ciecierski
Recipients Konrad Ciecierski, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-08.20:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552075460.88.0.0526115232033.issue36244@roundup.psfhosted.org>
In-reply-to
Content
In python 3.7.2 when the subprocess releases the acquired lock, 
the OSError occurs: "OSError: [WinError 6] The handle is invalid".
Problem does not occur under Ubuntu 18.

  File "multip-test.py", line 13, in worker
    lock.release()
OSError: [WinError 6] The handle is invalid
History
Date User Action Args
2019-03-08 20:04:20Konrad Ciecierskisetrecipients: + Konrad Ciecierski, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-08 20:04:20Konrad Ciecierskisetmessageid: <1552075460.88.0.0526115232033.issue36244@roundup.psfhosted.org>
2019-03-08 20:04:20Konrad Ciecierskilinkissue36244 messages
2019-03-08 20:04:20Konrad Ciecierskicreate