commit | a3c3ffa68e6fc4524b1149a6a14d56c3a2e9b612 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Feb 18 12:35:37 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Feb 18 12:35:37 2021 +0100 |
tree | 3dd6f26b5a5fe9b3e2d3bcb0f465bfd28d5bb6b1 | |
parent | 366dc3a1354078e38808b9c16276e97cca5b8aaf [diff] |
bpo-42990: Add __builtins__ attribute to functions (GH-24559) Expose the new PyFunctionObject.func_builtins member in Python as a new __builtins__ attribute on functions. Document also the behavior change in What's New in Python 3.10.