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 Decorater
Recipients Decorater, vstinner
Date 2017-03-04.05:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488604871.17.0.215982314251.issue29718@psf.upfronthosting.co.za>
In-reply-to
Content
I use cygwin to test things that I write in python to see if they work under linux without having to boot up into an linux VM to find out as it would be too slow to even do that with the computer I have. And besides cygwin makes all of this faster. The version of Cygwin I have is 2.877 (64 bit).

Long story short this thing for a 64 bit computer is limited to only 2 CPU cores and 4 GB's of memory right now. All of that plays into why an VM would be too slow to even run or compile python (it would take forever to even open up the terminal).
History
Date User Action Args
2017-03-04 05:21:11Decoratersetrecipients: + Decorater, vstinner
2017-03-04 05:21:11Decoratersetmessageid: <1488604871.17.0.215982314251.issue29718@psf.upfronthosting.co.za>
2017-03-04 05:21:11Decoraterlinkissue29718 messages
2017-03-04 05:21:10Decoratercreate