-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Configure warning with Python 3.12 #50671
Comments
There are also warnings in V8 during build (this should be fixed upstream):
|
This is a warning about Python
I am high in the mountains and running out of batteries so I cannot create a pull request. These are Warnings, not Errors but should be fixed. |
I can't find where the warning is coming from. There is no |
Our problem was in a gyp file: #50695 V8 CL: https://chromium-review.googlesource.com/c/v8/v8/+/5018593 |
The warning node/deps/openssl/openssl_common.gypi Line 29 in 6322d4f
|
We could either ignore this warning using Or we need to modify the file opening logics to read contents as raw text or proper escapes. Since this is coming from the dependancy, I prefer to ignore this specific warning. Because, I am confused on escaping every deps file is good or not. To ignore this warning |
I drafted this comment early today, and submitted now. Thanks for that. |
The warning is useful and it should not be ignored. It will become a SyntaxError in the future so let's solve instead of hide. |
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: nodejs#50671 PR-URL: nodejs#50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: #50671 PR-URL: #50695 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@nodejs/python
The text was updated successfully, but these errors were encountered: