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

MNT: remove Python2 only code #1916

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Commits on Dec 4, 2023

  1. MNT: remove Python2 only code

    These special methods were for Cython to support a version of the buffer
    protocol that was superceeded by PEP 3118 in Python 2.6 and removed from
    CPython in 3.0.
    
    In Cython 3.1 will be remove support for these methods and fail at build time.
    
    cython/cython#5869
    
    closes zeromq#1915
    tacaswell committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fdef505 View commit details
    Browse the repository at this point in the history