commit | 17af98227f883a93bfbd866b4bcc719ba9d682a1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 04 14:42:12 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 04 21:42:12 2023 +0000 |
tree | fcd0796281185081fbc935778ba469e5cd8aa61a | |
parent | eeb5c63179eba0390c8937d0803a41092225be7e [diff] |
gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#106434) Compilation of Python/specialize.c was broken on macOS for me by gh-106400.