-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing download links #1
Comments
Oh, and what is the license of the project? Thanks again! |
Hi Massimiliano! I must warn you that this project isn't production ready.. There are some issues that I did not figure how to fix it about how python interpreter handles a async signal calling a python function.. It works 99% but segfault 1%. Python 3.2+ has this new function Py_AddPenndingCall that's supossed to handle situations like async IO but it's not ready yet.. Anyway.. I can tag for you as an alpha release.. and usually I use BSD licences. Feel free to contact me again if you need help. |
I tried it and in fact I experienced some issues, so I'm going to wait until the library matures a bit before trying it again. It will be great once it stabilizes. Thanks! |
Can you tell me your python version and OS? :) |
Python 2.7.3 on Archlinux x86_64 |
thanks.. |
@mtorromeo Hi! Can you check this latest version? 0.3 I tested more than 1k times(automatically of course) and didn't get a single segfault.. Jason Fried fixed/improved a lot of things.. I'll also tag version 0.3 on github since it's already available via PyPi. Thanks |
Hi,
thanks for your work on this project, I am going to try this out and it's going to be really helpful!
I noticed that there are no download links anywhere version numbered releases.
Could you tag the project versions in git, so that a tar can be downloaded directly from github?
Thanks.
The text was updated successfully, but these errors were encountered: