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

fix #18172, make gensym counter updates atomic #32250

Merged
merged 1 commit into from
Jun 6, 2019
Merged

Conversation

JeffBezanson
Copy link
Member

fixes #18172

This is not performance-sensitive so a simple atomic op is the right thing here I think.

@JeffBezanson JeffBezanson added multithreading Base.Threads and related functionality bugfix This change fixes an existing bug labels Jun 5, 2019
@JeffBezanson JeffBezanson merged commit 51e459b into master Jun 6, 2019
@JeffBezanson JeffBezanson deleted the jb/atomicgensym branch June 6, 2019 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base.gensym() not always unique over threads,
2 participants