Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

My guess was that something was being removed twice or from a location where it should not be removed. I looked into the code some more and saw that `paths_update`...

I ran this again with the line `paths_update.remove(path)` intact and under pure Python, and I get a different result: ``` 💣 zsh» python issue_7890.py Now 4.00543212890625e-05 0.3786599636077881 dog [16] [...

Probably this means, that the statement does have an effect, contrary to my previous statement.

Unfortunately, I am out of time for now. If someone would like to pickup debugging this, it probably has something to do with the line `paths_update.remove()`.

@CHELOBV thank you for updating this issue. I still don't understand why exactly the `remove` call causes the issue here. My assumption is that it has something to do with...

I ran it again today on my mac and received a slightly different error message: ``` Traceback (most recent call last): File "/Users/vhaenel/git/numba/issue_7890.py", line 136, in print(not_test(branches=arr, outlet=outlet)) SystemError: CPUDispatcher()...

@CHELOBV I am glad you managed to find a solution that is better than pure-python already. If anyone would like to continue to debug this, I would recommend trying to...

@CHELOBV that would be totally awesome. If you have spare time and inclination to look into acrafting a reproducer that would help the dev team a lot as there may...

@stuartarchibald I just tried to run the reproducer and it still fails on current `main` it'll need a minimum reproducer to be extracted. I've added this to my queue for...

> Hi, I missed the message from github, this is still an issue, @esc what do you need ? because the exmaple of the issue is self contained. Sorry if...