From: George Waters Date: Mon, 14 Jul 2025 15:20:32 +0000 (-0400) Subject: Make micropython.const accept any constant type X-Git-Tag: 8.63.0~2^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/d92dc8084a38204adb5cf0453ba789f4226039ae?ds=sidebyside;hp=d92dc8084a38204adb5cf0453ba789f4226039ae Make micropython.const accept any constant type micropython.const now supports any constant type, not just int. This updates the type checking to reflect this. This also updates the name of the file so that type checkers can find it. ---