Zachary Ware <zachary.w...@gmail.com> added the comment:
I confirmed by downloading a fresh copy of each, extracting, and looking at Include/patchlevel.h. You could further check by downloading a 3.6.8 tarball and comparing it against the 3.6.15 tarball. Is 3.6.8 the version you already have installed, and are you building with `./configure --enable-shared`? If so, my best guess would be that your new `./python` binary is picking up the system `libpython3.6.so`. Try `LD_LIBRARY_PATH=$(pwd) ./python --version`. ---------- resolution: -> not a bug status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46683> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com