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 ned.deily
Recipients ethan.furman, matrixise, ned.deily
Date 2018-10-15.21:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539640488.86.0.788709270274.issue34909@psf.upfronthosting.co.za>
In-reply-to
Content
My concern was that it seemed like at least one user had run into this while running 3.7.1rc1 (?), if I understood your comment; if so, I think we should mention in the changelog that the problem was fixed in rc2.

In any case, the state of the code for any release is captured as a git tag as described in the devguide.  As always, when switching versions, it's important to start with a clean build directory (make distclean or git clean -fdxq may help).

git checkout v3.7.0

https://devguide.python.org/devcycle/#development-cycle
History
Date User Action Args
2018-10-15 21:54:48ned.deilysetrecipients: + ned.deily, ethan.furman, matrixise
2018-10-15 21:54:48ned.deilysetmessageid: <1539640488.86.0.788709270274.issue34909@psf.upfronthosting.co.za>
2018-10-15 21:54:48ned.deilylinkissue34909 messages
2018-10-15 21:54:48ned.deilycreate