Weird. The very first time PyString_InternInPlace() sees "abcdfeghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_" it's *already* marked as SSTATE_INTERNED_MORTAL . So PyString_InternInPlace() just returns, without adding it to the interned dict. The error we get later is inevitable then. This happens while compile.c's PyCode_New is doing its "Intern selected string constants" loop. PyString_InternInPlace() is the only thing that marks a string as being in the SSTATE_INTERNED_MORTAL state, is it's A Mystery how this string got so marked. Unless it's a wild store.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4