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

MathjaxUtils race condition? #3596

Closed
Carreau opened this issue Jul 10, 2013 · 0 comments
Closed

MathjaxUtils race condition? #3596

Carreau opened this issue Jul 10, 2013 · 0 comments
Milestone

Comments

@Carreau
Copy link
Member

Carreau commented Jul 10, 2013

Cf #3595

Math array is tracked as a module variable, there is a race condition that can appear.
Not even sure why it works as it is.

Several other variables have same names and used for differents things.

Solution proposed :

  • rename some variable
  • return math array in remove math
  • pass it as argument of replace_amth
@Carreau Carreau mentioned this issue Jul 10, 2013
2 tasks
@minrk minrk closed this as completed in cef875d Jul 18, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
Statelessify mathjaxutils

pass math as a variable, rather than instance attribute.

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

No branches or pull requests

1 participant