Gregory Trubetskoy
Gregory Trubetskoy
Also - (from looking at the code, I might be missing somehting) - but it doesn't look like it exits on this condition, all it does is just write to...
I'm not set up to test/verify any of this so if you get to the bottom of it it'd be fantastic. It's (at first glance) code that stood the test...
xnox (in the discussion on your link) is on the right track - you should be using master, we don't do mod_python releases any longer (it syas so on the...
Good catch - could you make a pull request with this change? (If not I'll figure something out - but a pull request will give you proper credit for the...
The line responsible for serving `app.jsx` is here: https://github.com/grisha/gowebapp/blob/master/ui/ui.go#L26 I'd check what is going on there - e.g. what is the current directory when you run the app, does it...
@rohan-97 Thanks for looking into this. I think you'll need to dig deeper - setting `tstate->on_delete` to `NULL` prevents whatever it was from being executed, but it was there for...
So should that line be wrapped in something like so ```c #if PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION < 10 PyThreadState_Clear(tstate); #endif ```
Could you confirm that this works for you? I'm currently not set up to test it. If it works, then a pull-request would be much appreciated, if not let me...
That's okay, I took care of it, thanks for your help!
@stefanor I don't have the set up to test it - if you can confirm that the fix should include 3.9 too that'd be much appreciated.