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 iritkatriel
Recipients erlendaasland, georg.brandl, iritkatriel, miss-islington, takluyver, xdegaye
Date 2021-05-11.23:50:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620777037.55.0.161085684831.issue28528@roundup.psfhosted.org>
In-reply-to
Content
The 3.9 backport failed because of test failures like:

======================================================================
ERROR: test_checkline_is_not_executable (test.test_pdb.ChecklineTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\test_pdb.py", line 1752, in tearDown
    os_helper.unlink(os_helper.TESTFN)
NameError: name 'os_helper' is not defined

----------------------------------------------------------------------
History
Date User Action Args
2021-05-11 23:50:37iritkatrielsetrecipients: + iritkatriel, georg.brandl, xdegaye, takluyver, miss-islington, erlendaasland
2021-05-11 23:50:37iritkatrielsetmessageid: <1620777037.55.0.161085684831.issue28528@roundup.psfhosted.org>
2021-05-11 23:50:37iritkatriellinkissue28528 messages
2021-05-11 23:50:37iritkatrielcreate