]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some comments in ceval.c and fix lltrace output (#101297)
authorGuido van Rossum <guido@python.org>
Tue, 24 Jan 2023 22:58:18 +0000 (14:58 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 22:58:18 +0000 (14:58 -0800)
commit498598e8c2d64232d26c075de87c513415176bbf
tree2bf998a87ca8794afdd38254e9ed39e8b6e7c7bd
parent1a9d8c750be83e6abb65769d312361fe9742de02
Fix some comments in ceval.c and fix lltrace output (#101297)

The comment at the top was rather outdated. :-)

Also added a note about the dangers of dump_stack().
Python/ceval.c