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 alex.henrie
Recipients alex.henrie
Date 2020-01-08.18:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578507115.64.0.589303193818.issue39261@roundup.psfhosted.org>
In-reply-to
Content
The function pyinit_config currently contains the following line:

    config = &tstate->interp->config;

However, the config variable is not used after that point.

Victor Stinner has confirmed that this assignment is unnecessary: https://github.com/python/cpython/pull/16267/files#r364216184
History
Date User Action Args
2020-01-08 18:11:55alex.henriesetrecipients: + alex.henrie
2020-01-08 18:11:55alex.henriesetmessageid: <1578507115.64.0.589303193818.issue39261@roundup.psfhosted.org>
2020-01-08 18:11:55alex.henrielinkissue39261 messages
2020-01-08 18:11:54alex.henriecreate