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 JunyiXie
Recipients JunyiXie, vstinner
Date 2021-03-22.10:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616409064.45.0.187327282315.issue43588@roundup.psfhosted.org>
In-reply-to
Content
fix
./Objects/exceptions.c:    static PyObject *print_prefix = NULL;
./Objects/exceptions.c:    static PyObject *exec_prefix = NULL;

https://github.com/python/cpython/pull/24965
History
Date User Action Args
2021-03-22 10:31:04JunyiXiesetrecipients: + JunyiXie, vstinner
2021-03-22 10:31:04JunyiXiesetmessageid: <1616409064.45.0.187327282315.issue43588@roundup.psfhosted.org>
2021-03-22 10:31:04JunyiXielinkissue43588 messages
2021-03-22 10:31:04JunyiXiecreate