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 db3l
Recipients Bruno Oliveira, Carl.Friedrich.Bolz, Daniel Lepage, Dennis Sweeney, Jim Fasarakis-Hilliard, db3l, gregory.p.smith, iritkatriel, louielu, lukasz.langa, miss-islington, pablogsal, r.david.murray, serhiy.storchaka
Date 2021-11-14.17:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636911661.22.0.892934406902.issue30570@roundup.psfhosted.org>
In-reply-to
Content
I don't know if this is a buildbot, test or 3.9-specific issue but this commit appears to have introduced a permanent initial failure (but success on retry) in test_pickle on both Windows 10 3.9 builders.  First failure for my builder at https://buildbot.python.org/all/#/builders/425/builds/450

Fatal Python error: _Py_CheckRecursiveCall: Cannot recover from stack overflow.
0:14:47 load avg: 4.57 Re-running failed tests in verbose mode
0:14:47 load avg: 4.57 Re-running test_pickle in verbose mode

The 3.x and 3.10 builders seem fine, and the second try on 3.9 always seems to succeed (perhaps because it's just a single test running at that point), so this is only being reported as a buildbot warning.
History
Date User Action Args
2021-11-14 17:41:01db3lsetrecipients: + db3l, gregory.p.smith, Carl.Friedrich.Bolz, r.david.murray, lukasz.langa, serhiy.storchaka, Bruno Oliveira, Daniel Lepage, Jim Fasarakis-Hilliard, louielu, pablogsal, miss-islington, Dennis Sweeney, iritkatriel
2021-11-14 17:41:01db3lsetmessageid: <1636911661.22.0.892934406902.issue30570@roundup.psfhosted.org>
2021-11-14 17:41:01db3llinkissue30570 messages
2021-11-14 17:41:01db3lcreate