Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32427a5 commit 97df9b2Copy full SHA for 97df9b2
1 file changed
Lib/dataclasses.py
@@ -474,7 +474,6 @@ def _init_fn(fields, frozen, has_post_init, self_name, globals):
474
locals.update({
475
'MISSING': MISSING,
476
'_HAS_DEFAULT_FACTORY': _HAS_DEFAULT_FACTORY,
477
- '__builtins__': builtins,
478
})
479
480
body_lines = []
0 commit comments