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

MAINT: Ensure graceful handling of large header sizes #22592

Merged
merged 1 commit into from Nov 15, 2022

Commits on Nov 15, 2022

  1. MAINT: Ensure graceful handling of large header sizes

    This ensures graceful handling of large header files.  Unfortunately,
    it may be a bit inconvenient for users, thus the new kwarg and the
    work-around of also accepting allow-pickle.
    
    See also the documation here:
    https://docs.python.org/3.10/library/ast.html#ast.literal_eval
    seberg authored and charris committed Nov 15, 2022
    Copy the full SHA
    3d2678d View commit details
    Browse the repository at this point in the history