]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104686: Fix tracing for decorated classes (#104708)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 21 May 2023 23:20:19 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Sun, 21 May 2023 23:20:19 +0000 (16:20 -0700)
commitcd9748409aa877d6d9905730bf68f25cf7a6a723
tree71c3424f290ac53b812cbcec7e0bc4a3491ab9df
parent64d1b44a5459605af3e8572d4febfde021315633
gh-104686: Fix tracing for decorated classes (#104708)
Lib/test/test_sys_settrace.py
Python/compile.c