[issue38658] Python Program crashes when running in fore and back ground

2019-11-01 Thread ThePokestarFan
ThePokestarFan added the comment: Thank you. Closing this issue. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___

[issue38658] Python Program crashes when running in fore and back ground

2019-10-31 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This appears to be another instance of a long-standing unresolved problem when using networks functions in a thread application on macOS that invoke Python's _scproxy helper module to obtain possible network proxy configuration info from

[issue38658] Python Program crashes when running in fore and back ground

2019-10-31 Thread ThePokestarFan
New submission from ThePokestarFan : I have a Python process that should not die that is multiprocessed. I have a queue process that feeds the queue every so often, but my program should use up queue items faster than the queue adds them. I have four worker threads that make requests to an