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 ivb
Recipients ivb, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-11-05.19:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446753456.41.0.00863124653173.issue25561@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import platform
>>> platform.win32_ver()
('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
>>> 
Result of test.py:
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.000000 0.001001
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.000000 0.001000
C:\1>"test.py"
0.016000 0.001000
History
Date User Action Args
2015-11-05 19:57:36ivbsetrecipients: + ivb, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2015-11-05 19:57:36ivbsetmessageid: <1446753456.41.0.00863124653173.issue25561@psf.upfronthosting.co.za>
2015-11-05 19:57:36ivblinkissue25561 messages
2015-11-05 19:57:35ivbcreate