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 mark
Recipients mark
Date 2008-08-19.06:50:54
SpamBayes Score 6.609534e-05
Marked as misclassified No
Message-id <1219128657.72.0.0468830015115.issue3598@psf.upfronthosting.co.za>
In-reply-to
Content
When the attached program is run on Linux it runs "instantly" and
outputs one line, e.g.:

$ python3 mtest.py
100 files, 1702627142 bytes

(The number of bytes will vary depending on the system.)

When run on Windows XP there is no output at all; many processes seem to
be created but nothing seems to actually get done.

In both cases I'm using Py30b2.
History
Date User Action Args
2008-08-19 06:50:57marksetrecipients: + mark
2008-08-19 06:50:57marksetmessageid: <1219128657.72.0.0468830015115.issue3598@psf.upfronthosting.co.za>
2008-08-19 06:50:56marklinkissue3598 messages
2008-08-19 06:50:56markcreate