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 steven.daprano
Recipients ezio.melotti, steven.daprano, takluyver
Date 2014-04-24.01:15:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398302138.74.0.579754240751.issue21338@psf.upfronthosting.co.za>
In-reply-to
Content
Can't you just re-direct stdout or stderr? I'm sure that works even on Windows. E.g.

py -${PY_QUALIFIER} -m compileall -q "$INSTDIR\pkgs" 2> null

Is there a reason you cannot do this? I think that adding functionality to compileall to duplicate what your OS already provides should be a last resort.

I also don't understand what you mean by "it exits early". What exits early? Surely python doesn't exit until compileall finishes running. If it does, that's a bug.
History
Date User Action Args
2014-04-24 01:15:38steven.dapranosetrecipients: + steven.daprano, ezio.melotti, takluyver
2014-04-24 01:15:38steven.dapranosetmessageid: <1398302138.74.0.579754240751.issue21338@psf.upfronthosting.co.za>
2014-04-24 01:15:38steven.dapranolinkissue21338 messages
2014-04-24 01:15:38steven.dapranocreate