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

any possiblity to open a fd by its number using pyuv.Pipe #27

Closed
benoitc opened this issue Sep 11, 2012 · 2 comments
Closed

any possiblity to open a fd by its number using pyuv.Pipe #27

benoitc opened this issue Sep 11, 2012 · 2 comments

Comments

@benoitc
Copy link
Contributor

benoitc commented Sep 11, 2012

Didn't test yet, but was looking at the nodejs code last day and it seems possible to do it. Would be awesome :)

@saghul
Copy link
Owner

saghul commented Sep 11, 2012

Yes, you can :-)

pipe = Pipe(loop)
pipe.open(fd)

It's not present in the docs for 0.8 but it is supported, the docs will be regenerated when I make a new release of the 0.8 branch.

@saghul
Copy link
Owner

saghul commented Oct 6, 2012

I just release version 0.8.2 and docs now mention this.

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

No branches or pull requests

2 participants