cpython/Misc/NEWS.d/next/Library/2017-09-27-08-11-38.bpo-255...

4 lines
166 B
ReStructuredText

inspect.unwrap() will now only try to unwrap an object
sys.getrecursionlimit() times, to protect against objects which create a new
object on every attribute access.