Uh oh!
There was an error while loading. Please reload this page.
gh-105908: fix barry_as_FLUFL future import - #105909
Conversation
iritkatriel
commented
Jun 19, 2023
Is there no test for this? |
thatbirdguythatuknownot
commented
Jun 19, 2023
I'm currently adding it. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
iritkatriel
commented
Jun 19, 2023
Thank you @thatbirdguythatuknownot . |
iritkatriel
commented
Jun 19, 2023
@thatbirdguythatuknownot there is a test failure in the "Address sanitizer" test. Is it due to this PR? |
thatbirdguythatuknownot
commented
Jun 19, 2023
It must be from |
sunmy2019
commented
Jun 20, 2023
Thanks! This change makes sense. |
JelleZijlstra
commented
Jun 20, 2023
Does this need to be backported to 3.12? |
miss-islington
commented
Jun 20, 2023
Thanks @thatbirdguythatuknownot for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
bedevere-bot
commented
Jun 20, 2023
GH-105930 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 28187a9) Co-authored-by: Crowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
In
compiler_setup(), theflagsparameter is a local struct that does not reflect changes to the pointer passed tonew_compiler(). Fix by making theflagsparameter a pointer to a struct instead of a struct.__future__importbarry_as_FLUFLdoes not work in the REPL anymore #105908