Skip to content

Commit 8f9b8a1

Browse files
committed
Remove unecessary inclusion of __builtins__ to globals
1 parent 2fffb33 commit 8f9b8a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/cProfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ def main():
188188
'__name__': spec.name,
189189
'__package__': None,
190190
'__cached__': None,
191-
'__builtins__': __builtins__,
192191
})
193192

194193
try:

0 commit comments

Comments
 (0)