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 Charles G.
Recipients Charles G., paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-14.06:36:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468478211.0.0.475693084569.issue27509@psf.upfronthosting.co.za>
In-reply-to
Content
Environment:
Python 3.5.2
Visual Studio 2015 Update 2
Windows 7
amd64

I tried to build python with pgo (build.bat --pgo) but found that no  python35!1.pgc or python!1.pgc was created. Then I run the tests one by one while checking the existence of python35!1.pgc and found that these tests when run prevents above pgcs from being created:

test_concurrent_futures
test_faulthandler
test_multiprocessing_main_handling
test_multiprocessing_spawn
test_os
test_subprocess

I'm not sure of the reason why no pgc is produced when running these tests.
History
Date User Action Args
2016-07-14 06:36:51Charles G.setrecipients: + Charles G., paul.moore, tim.golden, zach.ware, steve.dower
2016-07-14 06:36:50Charles G.setmessageid: <1468478211.0.0.475693084569.issue27509@psf.upfronthosting.co.za>
2016-07-14 06:36:50Charles G.linkissue27509 messages
2016-07-14 06:36:50Charles G.create