]> granicus.if.org Git - python/commit
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
authorDino Viehland <dinoviehland@gmail.com>
Tue, 28 May 2019 23:21:17 +0000 (16:21 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 23:21:17 +0000 (16:21 -0700)
commit415406999d7c09af9f3dcacfb4578b9e97b2ce77
tree99aba9596d3532bb75913ac7c1c8dda8aebd9f91
parentab0716ed1ea2957396054730afbb80c1825f9786
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)

* Makes symtable.symtable have parity for accepted datatypes
for source code as compile()

* Add NEWS blurb
Include/pythonrun.h
Lib/test/test_symtable.py
Misc/NEWS.d/next/Library/2019-05-23-21-10-57.bpo-37001.DoLvTK.rst [new file with mode: 0644]
Modules/clinic/symtablemodule.c.h
Modules/symtablemodule.c
Python/bltinmodule.c
Python/pythonrun.c