Nick Riasanovsky
Results
12
issues of
Nick Riasanovsky
## Feature request In Python users can initialize dictionaries in two different ways: - Using `{}` - Using the `dict()` function While it seems that modern Python style guidelines would...
feature_request
As discussed in #9710 in rare cases involving generated code, a highly complex IR can reach recursive depths limits inside Python (at around 1000 basic blocks from my experience). This...
3 - Ready for Review