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 lukasz.langa, pablogsal, vstinner, xtreak
Date 2019-02-12.17:05:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549991143.61.0.59397577078.issue35961@roundup.psfhosted.org>
In-reply-to
Content
On s390x Debian 3.x, it seems like the bug started to show up near:
https://buildbot.python.org/all/#/builders/13/builds/2328

This build contains 2 changes, one doc change and this namedtuple change which mentions reference count:

https://github.com/python/cpython/commit/64360ada0f6123a051e9dc6cd04f030ec1322e46

"Complete and neaten-up namedtuple's replacement of builtin function lookups with derefs (GH-11794)"

Ok, but I don't see the relationship between namedtupled and this specific test!?
History
Date User Action Args
2019-02-12 17:05:43vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, xtreak
2019-02-12 17:05:43vstinnersetmessageid: <1549991143.61.0.59397577078.issue35961@roundup.psfhosted.org>
2019-02-12 17:05:43vstinnerlinkissue35961 messages
2019-02-12 17:05:43vstinnercreate