[issue12801] C realpath not used by os.path.realpath

Charles-François Natali report at bugs.python.org
Wed Aug 24 23:45:00 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> Patch to get #ifdef REALPATH_SUPPORT_NULL:

I'm not really familiar with autotools, but I have the impression that
this will only check that the given code snippet compiles (and it
will), and we want to check that a NULL buffer is supported at
runtime.
Am I missing something?

----------

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


More information about the Python-bugs-list mailing list