[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

2019-09-24 Thread STINNER Victor
STINNER Victor added the comment: No activity since 2016 and Davin considers that we lack information to debug this issue, so I close this issue as out of date. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed _

[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

2016-02-28 Thread Alex Robinson
Alex Robinson added the comment: Sorry I can't help more than provide a test environment for any fix. I just plucked the "fix" from StackOverflow and it fixed the Q problem on my machine. It appears, at the least, the multiprocessing code should probably not rely on the default value for the '

[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

2016-02-26 Thread Davin Potts
Davin Potts added the comment: Using tools like pyinstaller (and other competing frozen-exe-creating tools) unfortunately complicates things for multiprocessing to understand the environment it's now in. It is unclear from this description whether this should be regarded as an issue to be add

[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

2016-01-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +jnoller, sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

2016-01-24 Thread Alex Robinson
New submission from Alex Robinson: A pyinstaller 3.0 frozen .exe Python 2.7.10 program under Windows 7 that uses a multiprocessing.Queue to send things to a multiprocessing.Process leads to the process getting access-is-denied exceptions on every q.get() call. And, when the program can't exit.