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

Fix build with Python 3.12 #3456

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

hawkeye116477
Copy link
Contributor

@hawkeye116477 hawkeye116477 commented May 25, 2024

There are more related bugs, which I didn't added: https://bugzilla.mozilla.org/show_bug.cgi?id=1743785, https://bugzilla.mozilla.org/show_bug.cgi?id=1887281, but for me this 1 patch was enough.

…atives r=ahochheiden

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781
@MrAlex94 MrAlex94 merged commit 0bcd201 into BrowserWorks:current May 28, 2024
6 of 14 checks passed
MrAlex94 pushed a commit that referenced this pull request Jun 11, 2024
…atives r=ahochheiden (#3456)

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781

Co-authored-by: serge-sans-paille <[email protected]>
MrAlex94 pushed a commit that referenced this pull request Jul 2, 2024
…atives r=ahochheiden (#3456)

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781

Co-authored-by: serge-sans-paille <[email protected]>
MrAlex94 pushed a commit that referenced this pull request Aug 6, 2024
…atives r=ahochheiden (#3456)

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781

Co-authored-by: serge-sans-paille <[email protected]>
MrAlex94 pushed a commit that referenced this pull request Sep 3, 2024
…atives r=ahochheiden (#3456)

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781

Co-authored-by: serge-sans-paille <[email protected]>
MrAlex94 pushed a commit that referenced this pull request Oct 10, 2024
…atives r=ahochheiden (#3456)

distutils.dir_util.copy_tree -> shutil.copytree
distutils.spawn.find_executable -> shutil.which

Also fix a warning about escape sequence in the process.

Differential Revision: https://phabricator.services.mozilla.com/D194781

Co-authored-by: serge-sans-paille <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants