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 corona10, miss-islington, vstinner
Date 2020-10-30.23:53:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604102020.52.0.768634920389.issue42208@roundup.psfhosted.org>
In-reply-to
Content
> This change renames collect() to gc_collect_main(). It broke test_gdb on buildbots, whereas test_gdb passed on Travis CI on my PR 23038. Also, test_gdb is skipped on the Ubuntu job of GitHub Action since gdb is not installed. I created https://github.com/python/core-workflow/issues/383 to add gdb to Ubuntu dependencies. My PR 23043 adds gdb dependency.

Fixed by:

commit 6e03c0ad156797cd6e9132e895d55dac0344d340 (upstream/master, master)
Author: Victor Stinner <vstinner@python.org>
Date:   Fri Oct 30 22:52:30 2020 +0100

    GitHub Action: Add gdb to posix dependencies (GH-23043)
    
    Sort also dependencies and remove duplicates (liblzma-dev).
History
Date User Action Args
2020-10-30 23:53:40vstinnersetrecipients: + vstinner, corona10, miss-islington
2020-10-30 23:53:40vstinnersetmessageid: <1604102020.52.0.768634920389.issue42208@roundup.psfhosted.org>
2020-10-30 23:53:40vstinnerlinkissue42208 messages
2020-10-30 23:53:40vstinnercreate