o7412369815963
Потому что при старте setdefaultencoding удаляется, а изначально он там есть.
Ого, интересно, не знал, что так может быть. Можете объяснить из-за чего так получается?
Сейчас читал описание функции с оф. сайта.
Set the current default string encoding used by the Unicode implementation. If name does not match any available encoding, LookupError is raised. This function is only intended to be used by the site module implementation and, where needed, by sitecustomize. Once used by the site module, it is removed from the sys module’s namespace.
Не очень понял смысл написанного там. Что подразумевается под “site module” и “where needed, by sitecustomize”.