mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Fixed an assertion error (so, it could be reproduced only in builds with assertions enabled) for `exec` when the `source` argument is a string and the `closure` argument is not `None`. Co-authored-by: sobolevn <mail@sobolevn.me>
Miscellaneous source files for the main Python shared library