-
Notifications
You must be signed in to change notification settings - Fork 96
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
Regenerate parser.c with cython 0.29.32 #95
base: master
Are you sure you want to change the base?
Conversation
This solves some issues with python 3.11. Closes benoitc#94
Hi there, we are coming here from looking at Python 3.11 support as well, see mindflayer/python-mocket#181 and hiveeyes/terkin-datalogger#116. Is there a chance that this patch could be integrated, and a new release being published to PyPI? With kind regards, |
I also need this fix to move to Python 3.11, any estimation? |
@benoitc can you please have a look? |
mocket currently does not work with 3.11. See these issues: mindflayer/python-mocket#181 benoitc/http-parser#95
mocket currently does not work with 3.11. See these issues: mindflayer/python-mocket#181 benoitc/http-parser#95
mocket currently does not work with 3.11. See these issues: mindflayer/python-mocket#181 benoitc/http-parser#95
@benoitc is there any support needed from my side? |
@benoitc Good day! Is there is any chance that pr will be merged? |
This solves some issues with python 3.11.
Closes #94