summaryrefslogtreecommitdiffstats
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorAlexey Izbyshev <izbyshev@ispras.ru>2018-11-11 23:14:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-11-11 23:14:51 (GMT)
commitfd3a91cbf93dd7bd97f01add9c90075d63cd7316 (patch)
treeb42cd96b67f47c619fd39324559128ca295afe9b /Python/symtable.c
parentf9ec1b9f5257b7a1cb6770e8398da626c86a5b7b (diff)
downloadcpython-fd3a91cbf93dd7bd97f01add9c90075d63cd7316.zip
cpython-fd3a91cbf93dd7bd97f01add9c90075d63cd7316.tar.gz
cpython-fd3a91cbf93dd7bd97f01add9c90075d63cd7316.tar.bz2
closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442)
This function may access memory which is mapped but is considered free by libc allocator. It behaves so by design, therefore we need to suppress sanitizer reports. GCC doesn't support MSan, so disable only TSan for it.
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions