Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

Copy link
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
Member

@gpshead 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
Member

@pablogsal pablogsal commented Apr 10, 2022

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.

None yet

5 participants