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

Fixed integer division in Python 3 #2026

Merged
merged 1 commit into from
Nov 30, 2021
Merged

Fixed integer division in Python 3 #2026

merged 1 commit into from
Nov 30, 2021

Conversation

carolfs
Copy link
Contributor

@carolfs carolfs commented Nov 16, 2021

This fixes integer division using the // operator instead of /

This bug was breaking fsleyes on Python 3.10/Fedora 35 for me.

@swt2c
Copy link
Collaborator

swt2c commented Nov 30, 2021

Thanks!

@swt2c swt2c merged commit 9a8a9b0 into wxWidgets:master Nov 30, 2021
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.

None yet

2 participants