jaraco / keyring

MIT License
1.26k stars 159 forks source link

Apply workaround for decoratated function unrecognized #598

Closed jaraco closed 2 years ago

jaraco commented 2 years ago
jaraco commented 2 years ago

Although it would have been straightforward to remove the 'suppress' decorator and inline it with the hook, that would have masked the issue upstream. This approach takes another tack, which is to restore the necessary signature after the decorator, such that the restoration can be removed once the upstream bug is fixed.