Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-104469 Convert _testcapi/exceptions to use AC #104502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unified params
  • Loading branch information
corona10 committed May 17, 2023
commit b81f4722e7236a2353ba87a7eebde193c03d9560
6 changes: 2 additions & 4 deletions 6 Modules/_testcapi/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,13 @@ _testcapi_exc_set_object_impl(PyObject *module, PyObject *exc, PyObject *obj)
}

/*[clinic input]
_testcapi.exc_set_object_fetch
exception as exc: object
obj: object
_testcapi.exc_set_object_fetch = _testcapi.exc_set_object
[clinic start generated code]*/

static PyObject *
_testcapi_exc_set_object_fetch_impl(PyObject *module, PyObject *exc,
PyObject *obj)
/*[clinic end generated code: output=7a5ff5f6d3cf687f input=0f2675f24fe95093]*/
/*[clinic end generated code: output=7a5ff5f6d3cf687f input=77ec686f1f95fa38]*/
{
PyObject *type;
PyObject *value;
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.