mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +02:00
Instead of being an explicit field, it's now a slot like all the other methods. This is a marginal code size improvement because most types have a make_new (100/138 on PYBV11), however it improves consistency in how types are declared, removing the special case for make_new. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.