核心

bpo-31949: Fixed several issues in printing tracebacks

(PyTraceBack_Print())

bpo-30696: Fix the interactive interpreter looping endlessly when no

memory.

bpo-20047: Bytearray methods partition() and rpartition() now accept only

bytes-like objects as separator, as documented. In particular they now raise

TypeError rather of returning a bogus result when an integer is passed as a

separator.

bpo-31852: Fix a segmentation fault caused by a combination of the async

soft keyword and continuation lines.

bpo-21720: BytesWarning no longer emitted when the fromlist argument of

__import__() or the __all__ attribute of the module contain bytes instances.

bpo-28603: Print the full context/cause chain of exceptions on interpreter

exit, even if an exception in the chain is unhashable or compares equal to later

ones. Patch by Zane Bitter.

bpo-28556: Two minor fixes for typing module: allow shallow copying

instances of generic classes, improve interaction of __init_subclass__with

generics. Original PRs by Ivan Levkivskyi.

bpo-27240: The header folding algorithm for the new email policies has been

rewritten, which also fixes bpo-30788, bpo-31831, and bpo-32182. In particular,

RFC2231 folding is now done correctly.

bpo-32186: io.FileIO.readall() and io.FileIO.read() now release the GIL

when getting the file size. Fixed hang of all threads with inaccessible NFS

server. Patch by Nir Soffer.

测试

bpo-31380: Skip test_httpservers test_undecodable_file on macOS: fails on

APFS.

bpo-31705: Skip test_socket.test_sha256() on Linux kernel older than 4.5.

The test fails with ENOKEY on kernel 3.10 (on ppc64le). A fix was merged into

the kernel 4.5.

bpo-31174: Fix test_tools.test_unparse: DirectoryTestCase now stores the

names sample to always test the same files. It prevents false alarms when

hunting reference leaks.

bpo-30695: Add the set_nomemory(start, stop) and remove_mem_hooks()

functions to the _testcapi module.

python3.6.4安装教程-Python3.6.4官方版相关推荐

  1. python3.7.4安装教程-Python3.7.4图文安装教程

    Python Python开发 Python语言 Python3.7.4图文安装教程 Python更新的很快,一转眼Python2已经过时了,本文为大家详细说明Python最新版本3.7.4的安装过程 ...

  2. python3.6.4安装教程-python3.6.4如何安装到树莓派3代

    树莓派目前能用sudo apt-get install安装的默认最高是Python3.4,但是很多Python3.6+的新特性都无法使用,自己的项目也无法运行.所以需要把它升级. 目前无法简单安装,只 ...

  3. python3.8.2安装教程-Python3.8.2 软件介绍(附安装包)

    [软件名称]Python3.8.2 [文件大小]51 MB [语言支持]简体中文 [系统类型] 64位 [兼容系统] Win7/Win8/Win10 [下载链接] pan.baidu.com/s/1w ...

  4. python3.8.1安装教程-python3.8.1 安装

    Loading... 请注意,本文编写于 192 天前,最后修改于 192 天前,其中某些信息可能已经过时. 系统环境:centos 7 安装依赖项 ```bash yum install zlib- ...

  5. python3.7.4安装教程win7_Window10下python3.7 安装与卸载教程图解

    Window10下python3.7 安装与卸载教程图解 1.进入官网https://www.python.org/,点击Downloads下的Windows按钮,进入下载页面. 2.如下图所示,点击 ...

  6. mysql5.7.14安装版_MySql5.7.14安装教程详解(解压版)_MySQL

    下面进入正式的教程: 第一步:下载最近的MySQL文件并且解压: 下载最新版的MySQL–mysql-5.7.12下载地址 将下载到的文件解压缩到自己喜欢的位置,例如我自己的位置是D:\MySQL\m ...

  7. python3.6安装教程-python3.6环境安装+pip环境配置教程图文详解

    1.python安装可以跨平台 2.有两个版本2.7和3.6,第三方库适用2.7版,两个版本不兼容 windows安装: 第一种方法官网安装: 在官网下载安装包如图: 图下点击是默认下载32位所以我们 ...

  8. python3.6.1安装教程-Linux下python3.6.1环境配置教程

    linux系统环境自带python2.6,但有时我们项目使用的版本可能是3.x以上等等,此时我们需要在linux中再安装项目所需的python版本,此时就涉及多版本共存问题了,很多同学在安装多个版本P ...

  9. python下载安装教程3.7.3-【最新】Python-3.7.0安装教程及下载链接

    [名称]:Python-3.7.0 [大小]:49 MB [语言]:英文 [安装环境]:Win7/Win8/Win10 软件介绍 Python是一种面向对象.直译式计算机程序设计语言,也是一种功能强大 ...

最新文章

  1. python安装虚拟环境virtualenv
  2. Windows Server 2008 R2 之部署DHCP群集 序
  3. C语言open和creat函数
  4. 计算机虚拟内存的设置
  5. “云计算”三部曲之二:与“云”共舞——再谈云计算
  6. Android(Xamarin)之旅(三)
  7. 基于Boost::beast模块的同步HTTP客户端
  8. SAP Spartacus B2B 页面信息提示图标的弹出窗口显示实现逻辑
  9. 线性表的顺序存储的基本操作
  10. 71万买玛莎拉蒂,手续竟然全是假的:71万或打水漂
  11. linux文件类型为目录,在Linux系统中,基本的文件类型分为()文件,目录文件和文件, 所有的I/..._考试资料网...
  12. 解决Ubuntu “E: 软件包 vim 还没有可供安装的候选者“问题
  13. WGAN-GP方法介绍
  14. linux运行程音乐软件,在Linux系统下用Wine 5.0运行酷狗音乐的使用体验
  15. 如何加载和保存AutoCAD DXF文件(四参数法)
  16. Python菜鸟教程
  17. 售假涉黄违规经营 2000个违规微信小程序封停
  18. 【各种视频网站去水印】无需任何软件 在浏览器 动动手指就行
  19. STM32 GD32 CAN调试调试调试
  20. chatGPT 生成随机漫步代码

热门文章

  1. 单击GridView控件,高亮单击所在的记录行
  2. mochiweb 源码阅读(八)
  3. Awk 实例,第 1 部分
  4. Hexo+github搭建个人博客-博客发布篇
  5. maven热部署插件-jetty
  6. 设计模式之Prototype(原型)(转)
  7. Apache 配置 Basic 认证
  8. 关于手机的完美ROOT和一些问题的解决【OPPOx903亲测通过】
  9. OpenGL版本与硬件支持
  10. python编程从入门到实践课后题答案-《Python编程:从入门到实践》课后习题及答案—第11章...