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 mikecmcleod
Recipients eric.araujo, eric.snow, ethan.furman, iritkatriel, jvr, mikecmcleod, misc, ncoghlan, nnorwitz, theller
Date 2021-12-01.16:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638376316.17.0.603768002022.issue1284670@roundup.psfhosted.org>
In-reply-to
Content
I have made the changes as indicated in the diff files. I have tested against the latest from my GitHub copy.
The result is:
./python -m test -j0
== CPython 3.11.0a2+ (heads/main:3a91617590, Dec 1 2021, 15:11:41) [GCC 11.2.0]
== Linux-5.13.0-22-generic-x86_64-with-glibc2.34 little-endian
== cwd: /home/dougal/Documents/cpython/build/test_python_300237æ
== CPU count: 8
== encodings: locale=UTF-8, FS=utf-8
...
0:01:34 load avg: 8.77 [221/430/1] test_modulefinder passed
== Tests result: FAILURE ==
409 tests OK.
1 test failed:
    test_embed
20 tests skipped:
    test_curses test_devpoll test_epoll test_ioctl test_kqueue
    test_msilib test_ossaudiodev test_smtpnet test_socketserver
    test_startfile test_tix test_tk test_ttk_guionly test_urllib2net
    test_urllibnet test_winconsoleio test_winreg test_winsound
    test_xmlrpc_net test_zipfile64
Total duration: 5 min 30 sec
Tests result: FAILURE

The first diff is attached. But there was a bug in the code and I will upload in next comment.
History
Date User Action Args
2021-12-01 16:31:56mikecmcleodsetrecipients: + mikecmcleod, nnorwitz, theller, jvr, ncoghlan, eric.araujo, misc, ethan.furman, eric.snow, iritkatriel
2021-12-01 16:31:56mikecmcleodsetmessageid: <1638376316.17.0.603768002022.issue1284670@roundup.psfhosted.org>
2021-12-01 16:31:56mikecmcleodlinkissue1284670 messages
2021-12-01 16:31:56mikecmcleodcreate