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.

classification
Title: Detected unused variables in import.c and HAVE_DYNAMIC_LOADING=False with --with-address-sanitizer
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, matrixise, miss-islington
Priority: normal Keywords: patch

Created on 2019-03-19 10:03 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12430 merged matrixise, 2019-03-19 10:06
Messages (3)
msg338337 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-03-19 10:03
I am going to publish my PR.
msg338420 - (view) Author: miss-islington (miss-islington) Date: 2019-03-19 23:37
New changeset 0d765e3849f1010276bb349b557b79ed94befa0b by Miss Islington (bot) (Stéphane Wirtel) in branch 'master':
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
https://github.com/python/cpython/commit/0d765e3849f1010276bb349b557b79ed94befa0b
msg338421 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2019-03-19 23:37
Thanks!
History
Date User Action Args
2022-04-11 14:59:12adminsetgithub: 80543
2019-03-19 23:37:54brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg338421

resolution: fixed
stage: patch review -> resolved
2019-03-19 23:37:25miss-islingtonsetnosy: + miss-islington
messages: + msg338420
2019-03-19 10:06:37matrixisesettitle: Detected unused variables with --with-address-sanitizer -> Detected unused variables in import.c and HAVE_DYNAMIC_LOADING=False with --with-address-sanitizer
2019-03-19 10:06:08matrixisesetkeywords: + patch
stage: patch review
pull_requests: + pull_request12384
2019-03-19 10:03:47matrixisecreate