[issue30533] missing feature in inspect module: getmembers_static

Karthikeyan Singaravelan report at bugs.python.org
Sun Nov 4 15:26:54 EST 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

+1 from me too. issue35108 could help from this implementation where properties execute code that might cause runtime exception. Initially I tried using getattr_static inside getmembers at msg329254 but I think a separate function or an option to use getattr_static only in getmembers is more clean.

Bumping the version to 3.8.

Thanks!

----------
nosy: +xtreak
versions: +Python 3.8 -Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30533>
_______________________________________


More information about the Python-bugs-list mailing list