Skip to content

Conversation

@saimn
Copy link
Contributor

@saimn saimn commented Nov 24, 2016

In #5319 an import of off_t was added, but off_t was moved from posix.unistd to posix.types in Cython 0.21 (cython/cython@4345655).
So using a direct import avoids to require a specific Cython version.

#5498 updates the minimum required version, but this PR can still be useful for 1.0.x ?
cc @astrofrog @eteq

@saimn saimn mentioned this pull request Nov 24, 2016
In astropy#5319 an import of `off_t` was added, but `off_t` was moved from
`posix.unistd` to `posix.types` in Cython 0.21
(cython/cython@4345655).
So using a direct import avoids to require a specific Cython version.
@saimn
Copy link
Contributor Author

saimn commented Nov 24, 2016

Rebased on master to include the CircleCI builds.

@saimn
Copy link
Contributor Author

saimn commented Nov 24, 2016

Closing as I will remove off_t to fix #5497.

@saimn saimn closed this Nov 24, 2016
@saimn saimn deleted the cython-off_t branch November 25, 2016 08:18
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.

1 participant