Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 4, 2019

  • Add tstate parameter to _Py_CheckFunctionResult()
  • Add _PyErr_FormatFromCauseTstate()
  • Replace PyErr_XXX(...) with _PyErr_XXX(state, ...)

https://bugs.python.org/issue38644

* Add tstate parameter to _Py_CheckFunctionResult()
* Add _PyErr_FormatFromCauseTstate()
* Replace PyErr_XXX(...) with _PyErr_XXX(state, ...)
@vstinner vstinner merged commit 1726909 into python:master Nov 5, 2019
@vstinner vstinner deleted the call_tstate branch November 5, 2019 00:22
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
* Add tstate parameter to _Py_CheckFunctionResult()
* Add _PyErr_FormatFromCauseTstate()
* Replace PyErr_XXX(...) with _PyErr_XXX(state, ...)
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
* Add tstate parameter to _Py_CheckFunctionResult()
* Add _PyErr_FormatFromCauseTstate()
* Replace PyErr_XXX(...) with _PyErr_XXX(state, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants