Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

As I mentioned in https://bugs.python.org/issue43693, the way to run it is the 
following:

$ export ASAN_OPTIONS=detect_leaks=0:allocator_may_return_null=1:handle_segv=0
$ ./configure --with-address-sanitizer --without-pymalloc
$ make -j -s
$ ./python -m test test_lib2to3


There are known failures with things like ctypes and libcript so the following 
tests are ignored:

test_ctypes test_capi test_crypt test_decimal test_faulthandler 
test_interpreters

-----------------

test_lib2to3 does one fork for this call:

https://github.com/python/cpython/blob/main/Lib/lib2to3/tests/test_parser.py#L64

but that doesn't matter. Comment that and keeps falining

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44363>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to