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 08740af commit 0370d59Copy full SHA for 0370d59
1 file changed
Python/pylifecycle.c
@@ -823,7 +823,7 @@ pycore_init_builtins(PyThreadState *tstate)
823
interp->callable_cache.object__getattribute__ = object__getattribute__;
824
825
if (_PyType_InitSlotDefs(interp) < 0) {
826
- return _PyStatus_ERR("failed to precalculate slotdefs unique names");
+ return _PyStatus_ERR("failed to init slotdefs");
827
}
828
829
if (_PyBuiltins_AddExceptions(bimod) < 0) {
0 commit comments