Message353936
| Author |
nanjekyejoannah |
| Recipients |
docs@python, eric.snow, nanjekyejoannah, ncoghlan, vstinner, wenzel |
| Date |
2019年10月04日.12:13:03 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1570191183.22.0.375626418982.issue37878@roundup.psfhosted.org> |
| In-reply-to |
| Content |
> Oh, I didn't notice something in the review: the revert moved >PyThreadState_DeleteCurrent() definition from Include/pystate.h to >Include/cpython/pystate.h. Previously, it was defined in > Include/pystate.h, see the commit removing it:
I made this change as it was requested by Eric snow in issue38266.
"when we un-revert we should be sure to move PyThreadState_DeleteCurrent() from Include/pystate.h to Include/cpython/pystate.h." |
|