Closed
Description
Now that the master branch only has to be compatible with Python 3.5+, we can simplify the following code because inspect.unwrap
was added in 3.4:
Lines 367 to 370 in cf27af7
So we can just use real_unwrap = inspect.unwrap
, and unconditionally run the else:
block. This is a good issue for a first-time contributor!