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

BUG: Fix shadowed reference of dtype in type stub #20278

Merged
merged 2 commits into from Nov 2, 2021

Commits on Nov 2, 2021

  1. BUG: Fix shadowed reference of dtype in type stubs

    Direct use of `dtype` in `ndarray` or `generic` would be shadowed by
    `ndarray.dtype` or `generic.dtype`, so an alias is used here.
    
    See numpy#20223.
    Azureblade3808 authored and Bas van Beek committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    174b325 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix shadowed reference of str in the type stubs

    BvB93 authored and Bas van Beek committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    2269bc6 View commit details
    Browse the repository at this point in the history