What's Changed
- convert files in
bytecode/vmtoHeapGuardby @davidhewitt in https://github.com/pydantic/monty/pull/166 - remove static dispatch from
PrintWriterinVMby @davidhewitt in https://github.com/pydantic/monty/pull/142 - convert
signature.rsand more builtins to HeapGuard by @davidhewitt in https://github.com/pydantic/monty/pull/170 - Add
redundant_cloneclippy lint...