[issue22148] frozen.c should #include <importlib.h> instead of "importlib.h"

John Beck report at bugs.python.org
Mon Aug 11 20:46:53 CEST 2014


John Beck added the comment:

Hm, that is strange.  My reading of the semantics of <foo.h> vs
"foo.h" was that they are almost the same, except that "foo.h" has
the additional semantic of searching the local directory (wherever
the .c file is that is #include'ing it) first.  So if other platforms
require that, and we require the opposite of that, then it seems
neither Makefile nor configure tweaking would help, and the needs
of the many outweigh the needs of the few (or the one), and we will
just patch this privately in our internal repo.  Thanks for your
consideration.

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22148>
_______________________________________


More information about the Python-bugs-list mailing list