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 vstinner
Recipients Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-01-06.17:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578331346.85.0.0468660359111.issue29778@roundup.psfhosted.org>
In-reply-to
Content
Oops, I'm guilty of pushing this change! Sorry & thanks for the fix.

    if (_Py_dll_path == NULL) {
        /* Already set: nothing to do */
        return _PyStatus_OK();
    }
History
Date User Action Args
2020-01-06 17:22:26vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington, anthonywee
2020-01-06 17:22:26vstinnersetmessageid: <1578331346.85.0.0468660359111.issue29778@roundup.psfhosted.org>
2020-01-06 17:22:26vstinnerlinkissue29778 messages
2020-01-06 17:22:26vstinnercreate