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

Conversation

tacaswell
Copy link
Contributor

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.

closes #1915

xref cython/cython#5869

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
@minrk minrk merged commit 0c781ab into zeromq:main Dec 4, 2023
18 checks passed
@minrk
Copy link
Member

minrk commented Dec 4, 2023

Thanks!

@tacaswell tacaswell deleted the mnt/remove_py2_code branch December 4, 2023 20:27
@minrk
Copy link
Member

minrk commented Dec 4, 2023

I'll add this to 25.1.2 in the morning: #1917

@tacaswell
Copy link
Contributor Author

well, that was fast.

@minrk
Copy link
Member

minrk commented Dec 5, 2023

Perfect timing, since I meant to make 25.1.2 for #1913 yesterday, but forgot. Should propagate over the next hour or two. sdist is up.

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.

build fairure with cython default bnanch
2 participants