Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add separate method to derive function signature args #192

Merged
merged 1 commit into from
Aug 17, 2017

Conversation

misja
Copy link
Contributor

@misja misja commented Aug 16, 2017

As promised, a fix for dealing with inspect.getargspec being deprecated and inspect.signature's return type not being compatible. This introduces a separate method func_args for deriving the method's signature arguments which wraps either inspect.signature or inspect.getargspec depending on which is available.

@misja
Copy link
Contributor Author

misja commented Aug 16, 2017

The failing check appears to be a tornado TimeoutError, so not related to this pull?

@ploxiln
Copy link
Member

ploxiln commented Aug 16, 2017

I restarted the one failing test config and it passed.

We should make tests less flaky, sometime soon 😬 (though sometimes the answer is just that "travis is unreasonably slow at times")

@mreiferson
Copy link
Member

LGTM

@mreiferson mreiferson merged commit 53c65b8 into nsqio:master Aug 17, 2017
@mreiferson
Copy link
Member

fixes #189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants