mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Before this patch, the native types for uint and ptr/ptr8/ptr16/ptr32 all overlapped and it was possible to make a mistake in casting. Now, these types are all separate and any coding mistakes will be raised as runtime errors.
4.4 KiB
4.4 KiB