Message354737
| Author | xtreak |
|---|---|
| Recipients | Caris Moses, Claudiu.Popa, and, cjw296, iforapsy, kushal.das, mariocj89, michael.foord, xtreak |
| Date | 2019-10-15.16:00:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571155248.04.0.0238227538583.issue21478@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Thanks for the confirmation. You can download the patch for the PR by appending .diff/.patch to the PR URL. The patch can be applied to your source locally with "git apply patch_file" to run my example. Reverting patch would cause AttributeError Diff URL : https://github.com/python/cpython/pull/16784.diff The PR also includes regression test so reverting the patch to mock.py and running below command would cause error in test. ./python -m test test_unittest Checking out a different branch and doing below command should do a clean rebuild with a different version of python. Also for reference : https://devguide.python.org/ git clean -xdf && ./configure && make -j4 Hope it helps |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-15 16:00:48 | xtreak | set | recipients: + xtreak, cjw296, michael.foord, Claudiu.Popa, kushal.das, and, mariocj89, iforapsy, Caris Moses |
| 2019-10-15 16:00:48 | xtreak | set | messageid: <1571155248.04.0.0238227538583.issue21478@roundup.psfhosted.org> |
| 2019-10-15 16:00:48 | xtreak | link | issue21478 messages |
| 2019-10-15 16:00:47 | xtreak | create | |