Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

@JustGlowing thanks for asking about this, there is no update at this time.

> Hi, is there still not update on this? no

@remss thank you for asking about this,I have labeled it as a feature request accordingly.

@remss we discussed this today during the developer meeting and wanted to ask what kind of problems this is creating? Numba does not claim to support type annotations and you...

> [@esc](https://github.com/esc) The type checkers cannot work efficiently with numba because there is no stubs published in the package, and therefore report this error. Stubs are the API declaration for...

@OutSquareCapital thanks for bringing this to our attention. I will add this to topics for discussion during the developer meet next week and hope to report back with a response...

@OutSquareCapital we did not get around to discussing this today due to the need to discuss the status of the current "in-progress" release. I will bring it up again next...

@EltonCN and @SuperNoobYT -- thank you for asking about this. Could this be caused by lack of: https://github.com/numba/numba/pull/10237

@swap357 thank you for this, I just took a quick look. This PR will also need to include reverts for the following two commits: https://github.com/numba/numba/pull/10242/commits/bba0fdd4eb1e5cbd163743fbd1e413a51e9ebd0c https://github.com/numba/numba/pull/10242/commits/bb540dd89a318cc401e39d61857aada274aa6f86 since those modified the...

looks like the graph has no entry node and is just a long cycle: ``` SCFG(graph={'1': PythonASTBlock(name='1', _jump_targets=('2', '3'), backedges=(), begin=-1, end=-1, tree=[]), '2': PythonASTBlock(name='2', _jump_targets=('5', '7'), backedges=(), begin=-1, end=-1,...