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.
1 parent ef06508 commit 793b036Copy full SHA for 793b036
Python/bltinmodule.c
@@ -3407,6 +3407,7 @@ _PyBuiltin_Init(PyInterpreterState *interp)
3407
SETBUILTIN("tuple", &PyTuple_Type);
3408
SETBUILTIN("type", &PyType_Type);
3409
SETBUILTIN("zip", &PyZip_Type);
3410
+ SETBUILTIN("TYPE_CHECKING", Py_False);
3411
debug = PyBool_FromLong(config->optimization_level == 0);
3412
if (PyDict_SetItemString(dict, "__debug__", debug) < 0) {
3413
Py_DECREF(debug);
0 commit comments