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 vstinner
Recipients miss-islington, vstinner
Date 2020-12-17.07:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608191012.35.0.649612751566.issue41804@roundup.psfhosted.org>
In-reply-to
Content
Oh, test_epoll failed on 3.9. So I backported my change to 3.8 and 3.9, to see if it helps or not.

s390x RHEL8 Refleaks 3.9:
https://buildbot.python.org/all/#builders/326/builds/159

Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/test/test_epoll.py", line 199, in test_control_and_wait
    self.assertEqual(events, expected)
AssertionError: Lists differ: [(5, 5)] != [(4, 5), (5, 5)]
History
Date User Action Args
2020-12-17 07:43:32vstinnersetrecipients: + vstinner, miss-islington
2020-12-17 07:43:32vstinnersetmessageid: <1608191012.35.0.649612751566.issue41804@roundup.psfhosted.org>
2020-12-17 07:43:32vstinnerlinkissue41804 messages
2020-12-17 07:43:32vstinnercreate