1 parent ddd1e18 commit 01418e9Copy full SHA for 01418e9
1 file changed
py/qstr.c
@@ -76,7 +76,7 @@ STATIC const qstr_pool_t const_pool = {
76
MP_QSTR_number_of, // corresponds to number of strings in array just below
77
{
78
(const byte*) "\0\0\0\0", // invalid/no qstr has empty data
79
- (const byte*) "\0\0\0\0", // empty qstr
+ (const byte*) "\x05\x15\0\0", // empty qstr with hash=5381=0x1505
80
#define Q(id, str) str,
81
#include "genhdr/qstrdefs.generated.h"
82
#undef Q
0 commit comments