Staging
v0.5.1
https://github.com/python/cpython
Revision 860bc0ea70c365825bfd9b7de7685cf6842ca3c7 authored by Miss Islington (bot) on 10 August 2020, 14:01:14 UTC, committed by GitHub on 10 August 2020, 14:01:14 UTC

test_run method test_fatal_error failed when run twice, as with
python -m test -m test_fatal_error test_idle test_idle
because func.called was not reinitialized to 0.
This bug caused a failure on a refleak buildbot.
(cherry picked from commit 416f0b71ba84fe83ee2ba4399b8a28712702980b)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 61f23cb
Raw File
Tip revision: 860bc0ea70c365825bfd9b7de7685cf6842ca3c7 authored by Miss Islington (bot) on 10 August 2020, 14:01:14 UTC
bpo-41514: Fix buggy IDLE test (GH-21808)
Tip revision: 860bc0e
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top