pystuck icon indicating copy to clipboard operation
pystuck copied to clipboard

a utility for debugging stuck python programs

Results 2 pystuck issues
Sort by recently updated
recently updated
newest added

monkey patching only works if pystuck is imported first and pystuck.greenlets.patch() is called

So all the `Ipython` prompt stuff will break on 5.0 since they reworked the API and started using [prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). It might actually be worth it to write a custom prompt...