New issue 2478: sysconfig.get_config_var('INCLUDEPY') empty on linux
https://bitbucket.org/pypy/pypy/issues/2478/sysconfigget_config_var-includepy-empty-on

Denis Akhiyarov:

dta@ubuntune:~$ pypy
Python 2.7.10 (5.1.2+dfsg-1~16.04, Jun 16 2016, 17:37:42)
[PyPy 5.1.2 with GCC 5.3.1 20160413] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>> import sysconfig
>>>> sysconfig.get_config_var('INCLUDEPY')
>>>> exit()
dta@ubuntune:~$ python2
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_config_var('INCLUDEPY')
'/usr/include/python2.7'


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to