Skip to content

Commit 2a33256

Browse files
kovanclaude
andcommitted
Regenerate Argument Clinic output for _asynciomodule.c
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 96bef42 commit 2a33256

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

Modules/_asynciomodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ _asyncio.Task._current_cancel_scope
25402540

25412541
static PyObject *
25422542
_asyncio_Task__current_cancel_scope_get_impl(TaskObj *self)
2543-
/*[clinic end generated code: output=15046cb0fcee9abf input=07be6e2e1497d228]*/
2543+
/*[clinic end generated code: output=24575703fbc10903 input=14b2f1b260514c03]*/
25442544
{
25452545
if (self->task_cancel_scope) {
25462546
return Py_NewRef(self->task_cancel_scope);
@@ -2556,7 +2556,7 @@ _asyncio.Task._current_cancel_scope
25562556

25572557
static int
25582558
_asyncio_Task__current_cancel_scope_set_impl(TaskObj *self, PyObject *value)
2559-
/*[clinic end generated code: output=5765aaca52153089 input=c0c3e38a37538b5c]*/
2559+
/*[clinic end generated code: output=fe5839e86e66c3eb input=369024f3887ac2ce]*/
25602560
{
25612561
if (value == NULL) {
25622562
Py_CLEAR(self->task_cancel_scope);

Modules/clinic/_asynciomodule.c.h

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)