Segmentation fault when using greenlet
New Relic - **Description** When using greenlet in a flask application and running newrelic, when uwsgi recycles it's worker there is a segmentation fault that happens with newrelic.
## The fix
For the segfault when using greenlet with the Python agent, two workarounds: remove the `greenlet` package from the container entirely (may slow requests around worker recycling), or downgrade greenlet to 1.1.3, which stops the segfault without the perf hit.
Thread: gh:newrelic/newrelic-python-agent#1303