Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-93491: Add support tier detection to configure (GH-93492)#93492

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tiran merged 9 commits intopython:mainfromtiran:support-tier
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Apply suggestions from code review
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
@tiran@AA-Turner
tiran andAA-Turner committedJun 10, 2022
commit4629e3844f3d66f883958a35d3f0e8f140ea565d
4 changes: 2 additions & 2 deletionsconfigure.ac
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -781,7 +781,7 @@ cat > conftest.c <<EOF
#elif defined(__ibmxl__) || defined(__xlc__) || defined(__xlC__)
xlc
#elif defined(_MSC_VER)
msvc
msvc
#elif defined(__clang__)
clang
#elif defined(__GNUC__)
Expand DownExpand Up@@ -6946,6 +6946,6 @@ fi

AS_VAR_IF([PY_SUPPORT_TIER], [0], [AC_MSG_NOTICE([

Platform "$host" with compiler "$ac_cv_cc_name" is not yet supported by
Platform "$host" with compiler "$ac_cv_cc_name" is not yet supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
])])
2 changes: 1 addition & 1 deletionpyconfig.h.in
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1515,7 +1515,7 @@
/* Cipher suite string for PY_SSL_DEFAULT_CIPHERS=0 */
#undef PY_SSL_DEFAULT_CIPHER_STRING

/* Support tier (1, 2, 3 or 0 for unsupported) */
/*PEP 11Support tier (1, 2, 3 or 0 for unsupported) */
#undef PY_SUPPORT_TIER

/* Define if you want to build an interpreter with many run-time checks. */
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp