Skip to content

Commit 6ec1b79

Browse files
committed
fixup! Merge branch 'main' into lazy-stuff
1 parent 93327ad commit 6ec1b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/clinic/sysmodule.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ Pass None to clear the filter.
28032803

28042804
static PyObject *
28052805
sys_set_lazy_imports_filter_impl(PyObject *module, PyObject *filter)
2806-
/*[clinic end generated code: output=10251d49469c278c input=2eb48786bdd4ee42]*/
2806+
/*[clinic end generated code: output=10251d49469c278c input=fd51ed8df6ab54b7]*/
28072807
{
28082808
if (PyImport_SetLazyImportsFilter(filter) < 0) {
28092809
return NULL;

0 commit comments

Comments
 (0)