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 schlamar
Recipients brian.curtin, jnoller, mher, orlenko, python-dev, schlamar, tim.golden
Date 2015-01-07.10:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420626275.88.0.495543472208.issue5162@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is not fully fixed, there are some occasions where you can still run into it. One example is if you want to spawn a new multiprocessing.Process as sub process in a multiprocessing.Process:


pythonservice.exe
  - multiprocessing.Process
    - multiprocessing.Process (does not start!)

In this case you get:

  WINSERVICE: False
  WINEXE: False
  _python_exe: C:\Python27\python.exe
  prep data: {'authkey': '...', 'sys_path': [...], 'name': 'test', 'orig_dir': '...', 'sys_argv': ['C:\\Python27\\lib\\site-packages\\win32\\PythonService.exe'], 'main_path': 'C:\\Python27\\lib\\site-packages\\win32\\PythonService.exe', 'log_to_stderr': False}
History
Date User Action Args
2015-01-07 10:24:36schlamarsetrecipients: + schlamar, tim.golden, jnoller, orlenko, brian.curtin, mher, python-dev
2015-01-07 10:24:35schlamarsetmessageid: <1420626275.88.0.495543472208.issue5162@psf.upfronthosting.co.za>
2015-01-07 10:24:35schlamarlinkissue5162 messages
2015-01-07 10:24:35schlamarcreate