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

use thread locals to cache relationship instances #638

Closed
wants to merge 1 commit into from

Conversation

hqm42
Copy link

@hqm42 hqm42 commented Jul 12, 2019

do not use class variables to make axlsx more thread safe

fixes #313

this does not seem to break any test, but I have not testet a lot of cases manually...

do not use class variables to make axlsx more thread safe
@noniq
Copy link
Collaborator

noniq commented Dec 15, 2019

Closing this because it’s an duplicate of #477. And though that PR is still open for axlsx, it has already been included into caxlsx (caxlsx/caxlsx#10).

Thanks for your contribution!

@noniq noniq closed this Dec 15, 2019
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.

Relationship class instance variable isn't thread safe
2 participants