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 vinay.sajip
Recipients alexis, ceder, eric.araujo, fdrake, guyrozendorn, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2012-01-03.15:26:36
SpamBayes Score 0.00062519306
Marked as misclassified No
Message-id <1325604397.21.0.108914382616.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
@Éric: you may also be interested in a standalone launcher which I wrote for the pythonv branch:

https://bitbucket.org/vinay.sajip/simple_launcher/

This is built using Visual Studio and is not based on setuptools code, but uses the same Windows API for child process creation and synchronisation as the PEP 397 launcher (rather than execv/spawnv as the setuptools launcher does). It also links with the runtime statically rather than linking with msvcrt.dll.
History
Date User Action Args
2012-01-03 15:26:37vinay.sajipsetrecipients: + vinay.sajip, mhammond, fdrake, ceder, tim.golden, tarek, eric.araujo, alexis, higery, guyrozendorn
2012-01-03 15:26:37vinay.sajipsetmessageid: <1325604397.21.0.108914382616.issue12394@psf.upfronthosting.co.za>
2012-01-03 15:26:36vinay.sajiplinkissue12394 messages
2012-01-03 15:26:36vinay.sajipcreate