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

339: Disabled checks for union types being passed by value, 341: Fix test_zipfile #6

Merged
merged 2 commits into from Feb 11, 2020

Conversation

@hroncok
Copy link
Member

@hroncok hroncok commented Jan 28, 2020

Although the underlying libffi issue remains open, adding these
checks have caused problems in third-party projects which are in
widespread use. See the issue for examples.

The corresponding tests have also been skipped.

(cherry picked from commit c12440c)

Although the underlying libffi issue remains open, adding these
checks have caused problems in third-party projects which are in
widespread use. See the issue for examples.

The corresponding tests have also been skipped.

(cherry picked from commit c12440c)
Copy link

@vstinner vstinner left a comment

LGTM.

@hroncok
Copy link
Member Author

@hroncok hroncok commented Jan 28, 2020

XFS filesystem is limited to 32-bit timestamp, but the utimensat()
syscall doesn't fail. Moreover, there is a VFS bug which returns
a cached timestamp which is different than the value on disk.

https://bugzilla.redhat.com/show_bug.cgi?id=1795576
https://bugs.python.org/issue39460#msg360952
@hroncok hroncok changed the title 00339: bpo-16575: Disabled checks for union types being passed by value 339: Disabled checks for union types being passed by value, 341: Fix test_zipfile Jan 30, 2020
@hroncok hroncok merged commit c6af8ad into fedora-python:fedora-3.8 Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.