def hijack():
"""
Hijacks certain parts of code to make sure that they all return Vanstein built-ins.
"""
import platform
# Hijack platform._sys_version().
platform._sys_version = vanstein_sys_version
apply_backports()
评论列表
文章目录