Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set dlopen flags so uwsgi plugins work #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asottile-sentry
Copy link

resolves #16

@ipmb
Copy link
Member

ipmb commented Oct 28, 2022

I'll be honest, I don't fully understand if there are any negative ramifications to this. Are there any drawbacks to this?

Is this something that could go up-stream? I'd prefer to keep the patching we're doing here to a minimum.

@asottile-sentry
Copy link
Author

the tricky part is this has to happen before the shared object is imported -- so there has to be a python wrapper of some sort

fwiw we've been running with this in production without issues at sentry for a few months now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pyuwsgi with plugins: undefined symbol uwsgi
2 participants