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 Mark.Shannon
Recipients Mark.Shannon, pablogsal
Date 2021-06-09.12:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623240138.33.0.994566540826.issue44363@roundup.psfhosted.org>
In-reply-to
Content
If I run the following on main
./configure --with-address-sanitizer
make clean
make -j12 test

I get 22 failures.

So something is broken.

test_lib2to3 does fork; at least it does when I run it under gdb.
History
Date User Action Args
2021-06-09 12:02:18Mark.Shannonsetrecipients: + Mark.Shannon, pablogsal
2021-06-09 12:02:18Mark.Shannonsetmessageid: <1623240138.33.0.994566540826.issue44363@roundup.psfhosted.org>
2021-06-09 12:02:18Mark.Shannonlinkissue44363 messages
2021-06-09 12:02:18Mark.Shannoncreate