Skip to content

Commit 51e3d5e

Browse files
committed
Add a note about this makeqstrdata change
1 parent 85ef0c4 commit 51e3d5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/makeqstrdata.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@
250250
"zip",
251251
]
252252

253+
# CIRCUITPY-CHANGE
254+
# When taking the next merge from Micropython, prefer upstream's way of ensuring these appear in the "QSTR0" pool.
253255
# These qstrs have to be sorted early (preferably right after static_qstr_list) because they are required to fit in 8-bit values
254256
# however they should never be *forced* to appear
255257
# repeats len, hash, int from the static qstr list, but this doesn't hurt anything.

0 commit comments

Comments
 (0)