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 brett.cannon
Recipients brett.cannon, eric.snow, jbeck, ncoghlan, swalker
Date 2014-08-08.16:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407513899.61.0.332570843192.issue22148@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately switching to angle brackets breaks on other platforms, e.g. OS X using Clang:

Python/frozen.c:5:10: error: 'importlib.h' file not found with <angled> include; use "quotes" instead
#include <importlib.h>
         ^~~~~~~~~~~~~
         "importlib.h"
1 error generated.
make: *** [Python/frozen.o] Error 1

Is there a change you want to propose in our configure or Makefile instead?
History
Date User Action Args
2014-08-08 16:04:59brett.cannonsetrecipients: + brett.cannon, ncoghlan, swalker, eric.snow, jbeck
2014-08-08 16:04:59brett.cannonsetmessageid: <1407513899.61.0.332570843192.issue22148@psf.upfronthosting.co.za>
2014-08-08 16:04:59brett.cannonlinkissue22148 messages
2014-08-08 16:04:59brett.cannoncreate