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

bpo-34754: Fix test_flush_return_value on FreeBSD #9451

Merged

Conversation

berkerpeksag
Copy link
Member

@berkerpeksag berkerpeksag commented Sep 20, 2018

Apparently, FreeBSD doesn't raise OSError when offset is
not a multiple of mmap.PAGESIZE.

https://bugs.python.org/issue34754

Apparently, FreeBSD doesn't raise OSError when offset is
not a multiple of mmap.PAGESIZE.
@berkerpeksag berkerpeksag merged commit bc85475 into python:master Sep 20, 2018
@berkerpeksag berkerpeksag deleted the 34754-fix-test_mmap-freebsd branch September 20, 2018 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants