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 kj, miss-islington, pablogsal, serhiy.storchaka, vstinner
Date 2021-07-05.08:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625475170.36.0.290233336525.issue44562@roundup.psfhosted.org>
In-reply-to
Content
> Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)" (GH-27022)

That's a good idea :-)

The reverted commit caused many segfaults on macOS:
https://buildbot.python.org/all/#/builders/108/builds/122

4 tests failed:
    test_cmd_line_script test_multiprocessing_main_handling
    test_tarfile test_trace
History
Date User Action Args
2021-07-05 08:52:50vstinnersetrecipients: + vstinner, serhiy.storchaka, pablogsal, miss-islington, kj
2021-07-05 08:52:50vstinnersetmessageid: <1625475170.36.0.290233336525.issue44562@roundup.psfhosted.org>
2021-07-05 08:52:50vstinnerlinkissue44562 messages
2021-07-05 08:52:50vstinnercreate