mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
ed18fdc9fc
objects of its derived classes; allow anything that has an attribute named "__privileged__" access to anything. * object.[ch]: added hasattr() -- test whether getattr() will succeed.