◐ Shell
clean mode source ↗

Message 410924 - Python tracker

Message410924

Author sobolevn
Recipients corona10, ethan.furman, serhiy.storchaka, sobolevn, terry.reedy, zach.ware
Date 2022-01-19.07:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642577050.72.0.0877886084584.issue46425@roundup.psfhosted.org>
In-reply-to
Content
Important note, in practice there's also a difference in how one calls some test module:

- python Lib/test/test_contextlib.py
- python ./Lib/test/test_contextlib.py

Example of a test failure because of that: https://github.com/python/cpython/pull/30681
History
Date User Action Args
2022-01-19 07:24:10sobolevnsetrecipients: + sobolevn, terry.reedy, ethan.furman, zach.ware, serhiy.storchaka, corona10
2022-01-19 07:24:10sobolevnsetmessageid: <1642577050.72.0.0877886084584.issue46425@roundup.psfhosted.org>
2022-01-19 07:24:10sobolevnlinkissue46425 messages
2022-01-19 07:24:10sobolevncreate