EzRyder
EzRyder
### Bug description I wrote a custom Python module to serialize a Python dictionary, instantiated in Mojo, using the 'pickle' class from Python's standard library. Running the Python module's 'main'...
### Bug description **This issue started a few days ago with a Mojo nightly version. Not sure exactly which one.** In the code shown below, function `app_run` causes a seg...
### Bug description ### Actual behavior Recent Mojo compiler changes have broken the conversion of a Mojo tuple to a Python tuple. In the code example below, Error 1 shows...
### Bug description ### Actual behavior When a parallelized function call interacts with Python, it crashes at runtime under certain conditions. Referring to the code example below, `struct Bar.start()` uses...