mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-119180: No longer set __annotations__
in __main__
(#124634)
This commit is contained in:
parent
b79a21ea42
commit
365dffbaad
4 changed files with 4 additions and 9 deletions
|
@ -849,7 +849,6 @@ class RunStringTests(TestBase):
|
|||
ns.pop('__loader__')
|
||||
self.assertEqual(ns, {
|
||||
'__name__': '__main__',
|
||||
'__annotations__': {},
|
||||
'__doc__': None,
|
||||
'__package__': None,
|
||||
'__spec__': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue