[issue30364] Outdated function attribute to disable address sanitizer

2019-12-26 Thread miss-islington
miss-islington added the comment: New changeset 5dd1909680a5be76397b19bc235a8205b79787c7 by Miss Islington (bot) in branch '3.8': closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)

[issue30364] Outdated function attribute to disable address sanitizer

2019-12-26 Thread miss-islington
miss-islington added the comment: New changeset 5641b6d3115f1c2700d2f84216710d3778a23d02 by Miss Islington (bot) in branch '3.7': closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)

[issue30364] Outdated function attribute to disable address sanitizer

2019-12-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +17156 pull_request: https://github.com/python/cpython/pull/17711 ___ Python tracker ___

[issue30364] Outdated function attribute to disable address sanitizer

2019-12-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +17157 pull_request: https://github.com/python/cpython/pull/17712 ___ Python tracker ___

[issue30364] Outdated function attribute to disable address sanitizer

2019-12-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset c0052f3fe3d19820b2d4f76e383035439affe32c by Benjamin Peterson (Batuhan Taşkaya) in branch 'master': closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)

[issue30364] Outdated function attribute to disable address sanitizer

2019-12-25 Thread Batuhan
Change by Batuhan : -- keywords: +patch pull_requests: +17151 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17702 ___ Python tracker ___

[issue30364] Outdated function attribute to disable address sanitizer

2017-05-14 Thread Xiang Zhang
New submission from Xiang Zhang: In obmalloc, __attribute__((no_address_safety_analysis)) is used to disable address sanitizer. But this attribute is now deprecated in both clang and GCC. Related links: