This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients eric.smith, salgerman, zach.ware
Date 2022-02-08.18:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644344904.82.0.538036556895.issue46683@roundup.psfhosted.org>
In-reply-to
Content
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`.
History
Date User Action Args
2022-02-08 18:28:24zach.waresetrecipients: + zach.ware, eric.smith, salgerman
2022-02-08 18:28:24zach.waresetmessageid: <1644344904.82.0.538036556895.issue46683@roundup.psfhosted.org>
2022-02-08 18:28:24zach.warelinkissue46683 messages
2022-02-08 18:28:24zach.warecreate