Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to weak_trace for
boa_tester
(#2470)
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes the current issue with the `boa_gc` when running `boa_tester` in parallel on Ubuntu. It looks like since we are running the `gc` in parallel something may not being cleaned up correctly that creates a reference cycle. The below changes should account for that. It changes the following: - Updates `weak_trace` to account for `Gc` reference cycles.
- Loading branch information