]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 27 Sep 2024 12:49:43 +0000 (05:49 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 12:49:43 +0000 (05:49 -0700)
commit365dffbaada421db8fdb684a84d1fb311b75ec40
tree1c79d651d4b91e36f614e20f4f63a1ac089148b7
parentb79a21ea429844e84509430e636d808ea9cff244
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Lib/test/test__interpreters.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-13-25-01.gh-issue-119180.k_JCX0.rst [new file with mode: 0644]
Python/pylifecycle.c