Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
341 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in cs01/gdbgui that received 1 comment
fix segfault by pinning version of greenlet
I have added an entry to docs/changelog.md
Summary of changes
One of the dependencies appears to be causing a segfault. Ensure the version is p…
Created an issue in python-greenlet/greenlet that received 1 comment
segfault with 0.4.17
Reported in cs01/gdbgui#353
Fixed in cs01/gdbgui#354 by downgrading to 0.4.16
Repro:
> pip install gdbgui==0.14.0.0
> gdbgui
<frozen importlib._boo…