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

Don't reference long in types.pyi #1112

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Don't reference long in types.pyi #1112

merged 1 commit into from
Mar 29, 2017

Conversation

gvanrossum
Copy link
Member

(It's a type alias for int anyway, and it will cause a problem in the
initial import cycle once #886 is merged.)

(It's a type alias for int anyway, and it will cause a problem in the
initial import cycle once #886 is merged.)
@gvanrossum
Copy link
Member Author

Since builtins.long is a type alias for builtins.int anyway, I don't see anything wrong with this change, and then we can merge #886.

@JelleZijlstra
Copy link
Member

Agree, I'll merge once tests pass.

@JelleZijlstra JelleZijlstra merged commit 72d275b into master Mar 29, 2017
@JelleZijlstra JelleZijlstra deleted the types-no-long branch March 29, 2017 17:43
gvanrossum added a commit that referenced this pull request Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants