summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-04-11-11-41-52.bpo-33291.-xLGf8.rst
blob: 1ffb9ddccbb0f1525e3c3f0ac5831840abca67f4 (plain)
1
2
3
Do not raise AttributeError when calling the inspect functions
isgeneratorfunction, iscoroutinefunction, isasyncgenfunction on a method
created from an arbitrary callable. Instead, return False.