Daniel R Stromberg
Daniel R Stromberg
We're starting the API with: ``` if __name__ == '__main__': httpd = simple_server.make_server(api_config['API_BIND_ADDRESS'], int(api_config['API_BIND_PORT']), app) httpd.serve_forever() ```
It looks kinda like serve_forever() is coming from /usr/lib/python2.7/SocketServer.py (on CPython 2.7, on a Linux Mint 19.1 system), which has a __shutdown_request boolean that is set True by a shutdown()...
I managed to get a shutdown request working by duplicating a little bit of: `/usr/lib/python2.7/SocketServer.py`'s `SockerServer.BaseServer.serve_forever` to add my own shutdown flag. The chief disadvantage was that I needed to...
On Wed, Jun 27, 2018 at 1:42 PM, Geoff Jukes wrote: > Within a given tree (which is where I would expect this to cause issues) > I'd wager it...
I do not think shedskin supports the subprocess module: https://shedskin.readthedocs.io/en/latest/documentation.html (Look for the "LIbrary Limitations" section). Also, shedskin is Python 2.x-only, and unlikely to make the jump to 3.x. HTH.
On Thu, Feb 11, 2021 at 2:40 PM Paul Sokolovsky wrote: > and unlikely to make the jump to 3.x. > > Why suddenly? There're enough pullrequests trying to do...
Sadly, shedskin and python2 are both pretty dead. I'd love to see shedskin ported to python3, but it sounds like that isn't going to happen.
I'd also love it if pudb could support multiple threads somehow. I may have to use PyCharm's debugger for now, but I'm reluctant.
I too would love to see the ability to drag tabs to rearrange them in wezterm.
I want this too, but for Linux and OS/X.