The most recent revision (2.23) adds some code that modifies Py_FileSystemDefaultEncoding. This variable is decarled const char * in bltinmodule.c, but passed to free() in the new localmodule. gcc warns about this: 'free' discards qualifiers from pointer target type. You can't free the memory Py_FSDE points to, since it wasn't allocated by malloc(). I guess the simple solution is to remove the const. Is there a better option? Jeremy
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