Skip to content

[3.10] bpo-46576: Speed up test_peg_generator by using a static libra…#32382

Closed
jkloth wants to merge 1 commit intopython:3.10from
jkloth:backport-612e422-3.10
Closed

[3.10] bpo-46576: Speed up test_peg_generator by using a static libra…#32382
jkloth wants to merge 1 commit intopython:3.10from
jkloth:backport-612e422-3.10

Conversation

@jkloth
Copy link
Copy Markdown
Contributor

@jkloth jkloth commented Apr 6, 2022

…ry for shared sources (GH-32338)

Speed up test_peg_generator by using a static library for shared sources to avoid recompiling as much code..
(cherry picked from commit 612e422)

Co-authored-by: Jeremy Kloth jeremy.kloth@gmail.com

https://bugs.python.org/issue46576

…ry for shared sources (pythonGH-32338)

Speed up test_peg_generator by using a static library for shared sources to avoid recompiling as much code..
(cherry picked from commit 612e422)

Co-authored-by: Jeremy Kloth <jeremy.kloth@gmail.com>
@gpshead
Copy link
Copy Markdown
Member

gpshead commented Apr 7, 2022

I'll leave it up to Pablo (3.10 release manager) as to if we want this test performance enhancement complexity in the 3.10 branch or not.

@pablogsal
Copy link
Copy Markdown
Member

There is some CI failures of the backport (I think we are missing some import).

@pablogsal pablogsal closed this Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants