[issue39405] Using relative path as a --prefix during configure.

2020-01-20 Thread Sankar
Change by Sankar : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue39405> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue39405] Using relative path as a --prefix during configure.

2020-01-20 Thread Sankar
New submission from Sankar : Is it possible to provide the relative path as a --prefix during configure? I want to compile a python as a distributive package, so using an absolute path won't help. It should have a relative path like "../../Python". The compiled python

[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2017-12-15 Thread Kirit Sankar Gupta
New submission from Kirit Sankar Gupta : ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exi