Skip to content

orzonzofz/wskey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python


更新日志

Ban IP!

42.192.***.42
请该服务器的检查脚本配置是否正常
API请求次数占比全服务器超过50%!
解决问题后请发issue联系我

新语法特性

PEP584,dict支持并集运算符
PEP585,标准集合中的类型提示泛型
PEP614,放宽了对修饰语的语法限制

新的内建特性

PEP616,删除前缀和后缀的字符串方法

新的标准库特性

PEP593,增加了os.pidfd_open允许没有竞争和信号的过程管理

编译器改进

PEP617,CPython使用基于PEG的新解析器,
一些python内建函数(range,tuple,set,frozenset,list,dict)通过vetctorcall提速。vectorcall是PEP590的内容。垃圾回收不会阻塞新唤醒的对象。
一些模块(_abc,audioop,_bz2,_codecs;_contextvars,_crypt,_functools;_json,_loccale;math,operator,resource,time,_weakref)使用PEP489定义的多阶段初始化。
一些标准库模块(audioop,ast,grp,_hashlib,pwd,_posixubprocess,random,select,struct,termois,zlib)使用PEP384定义的稳定ABI。

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%