Home
last modified time | relevance | path

Searched refs:hackcheck (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dtypeobject.c6735 hackcheck(PyObject *self, setattrofunc func, const char *what) in hackcheck() function
6788 if (!hackcheck(self, func, "__setattr__")) in wrap_setattr()
6806 if (!hackcheck(self, func, "__delattr__")) in wrap_delattr()
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst538 The "hackcheck" that prevents sneaking around a type's __setattr__() by