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 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:48xtreaksetrecipients: + xtreak, cjw296, michael.foord, Claudiu.Popa, kushal.das, and, mariocj89, iforapsy, Caris Moses
2019-10-15 16:00:48xtreaksetmessageid: <1571155248.04.0.0238227538583.issue21478@roundup.psfhosted.org>
2019-10-15 16:00:48xtreaklinkissue21478 messages
2019-10-15 16:00:47xtreakcreate