]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46576: Speed up test_peg_generator by using a static library for shared sources...
authorJeremy Kloth <jeremy.kloth@gmail.com>
Wed, 6 Apr 2022 21:55:58 +0000 (15:55 -0600)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 21:55:58 +0000 (14:55 -0700)
commit612e422c6ea9df60d3382ed1491d8254c283e93f
treef817d0a53e5119e317fffd17ba14ef55a2fb0b87
parent1ba82d4419010994ddf68b9b4851509acc4d45e1
bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338)

Speed up test_peg_generator by using a static library for shared sources to avoid recompiling as much code.
Lib/test/test_peg_generator/test_c_parser.py
Tools/peg_generator/pegen/build.py
Tools/peg_generator/pegen/testutil.py