TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python 3.14 Pre-Release

5 点作者 tipsytoad4 个月前

2 条评论

zahlman4 个月前
&gt; The annotations on functions, classes, and modules are no longer evaluated eagerly. Instead, annotations are stored in special-purpose annotate functions and evaluated only when necessary. This is specified in PEP 649 and PEP 749.<p>FWIW, these &quot;annotate functions&quot; are named `__annotate__` per my suggestion (<a href="https:&#x2F;&#x2F;discuss.python.org&#x2F;t&#x2F;_&#x2F;25672&#x2F;4" rel="nofollow">https:&#x2F;&#x2F;discuss.python.org&#x2F;t&#x2F;_&#x2F;25672&#x2F;4</a>).
theandrewbailey4 个月前
Pi-thon