Just imported the latest patch set bpy_module_filename_fix_v3.patch from T35176 and rebased, for ease of further tests and code review.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- The helper function PyC_EncodeFSDefault() now always returns a valid string rather than NULL even when encoding conversion is failed (see code comments for more info on error conditions).
- The Py_FileSystemDefaultEncoding variable being unset is now considered a normal condition (in this case PyUnicode_EncodeFSDefault() falls back to the locale encoding).