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 ronaldoussoren
Recipients brechtm, ned.deily, ronaldoussoren
Date 2020-11-01.12:36:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604234184.63.0.189908902094.issue30053@roundup.psfhosted.org>
In-reply-to
Content
The system compiler on macOS 10.9 or later doesn't support "-pg" (profile generation) at all:

$ clang -o t -pg t.c
clang: error: the clang compiler does not support -pg option on versions of OS X 10.9 and later

This means that its unlikely I'll look into this issue.
History
Date User Action Args
2020-11-01 12:36:24ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, brechtm
2020-11-01 12:36:24ronaldoussorensetmessageid: <1604234184.63.0.189908902094.issue30053@roundup.psfhosted.org>
2020-11-01 12:36:24ronaldoussorenlinkissue30053 messages
2020-11-01 12:36:24ronaldoussorencreate