We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys.__getattr__
1 parent 50a37fb commit 2236ed6Copy full SHA for 2236ed6
Python/sysmodule.c
@@ -974,7 +974,9 @@ sys_exit_impl(PyObject *module, PyObject *status)
974
return NULL;
975
}
976
977
-
+// This function is used to warn about the future change of sys.abiflags
978
+// from absent to a meaningful value on all platforms.
979
+// It can be removed when the change is made.
980
static PyObject *
981
sys___getattr__(PyObject *module, PyObject *name)
982
{
0 commit comments