Add a note about this makeqstrdata change

This commit is contained in:
Jeff Epler 2023-12-14 17:15:59 -06:00
parent 85ef0c460a
commit 51e3d5ecbf
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

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