Regen stuff

This commit is contained in:
Pablo Galindo 2025-12-06 15:44:07 +00:00
parent db151a5192
commit ea120fc6e9
17 changed files with 26 additions and 33 deletions

View file

@ -2000,9 +2000,10 @@ PyDoc_STRVAR(sys_get_lazy_modules__doc__,
"\n"
"Gets the set of module names that have been lazily imported.\n"
"\n"
"Returns a set of fully-qualified module names that have been lazily imported\n"
"at some point (primarily for diagnostics and introspection). Note that modules\n"
"are removed from this set when they are reified (actually loaded).");
"Returns a set of fully-qualified module names that have been lazily\n"
"imported at some point (primarily for diagnostics and introspection).\n"
"Note that modules are removed from this set when they are reified\n"
"(actually loaded).");
#define SYS_GET_LAZY_MODULES_METHODDEF \
{"get_lazy_modules", (PyCFunction)sys_get_lazy_modules, METH_NOARGS, sys_get_lazy_modules__doc__},
@ -2143,4 +2144,4 @@ exit:
#ifndef SYS_GETANDROIDAPILEVEL_METHODDEF
#define SYS_GETANDROIDAPILEVEL_METHODDEF
#endif /* !defined(SYS_GETANDROIDAPILEVEL_METHODDEF) */
/*[clinic end generated code: output=cec3ca2ba0ad32cc input=a9049054013a1b77]*/
/*[clinic end generated code: output=a64004ec17cceb34 input=a9049054013a1b77]*/