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-138013: Remove load_tests in test_io.test_general#138771

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
vstinner merged 1 commit intopython:mainfromcmaloney:no_load_tests
Sep 16, 2025

Conversation

@cmaloney
Copy link
Contributor

@cmaloneycmaloney commentedSep 10, 2025
edited
Loading

Rely on default test discovery.

Validation:

 # Run before commit./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > old_cases.txt # Run after commit./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > new_cases.txtdiff new_cases.txt old_cases. # <outputs no changes in case list>

cc:@srittau (GH-138369 where a test was added but wasn't run because of the manual test list)

@bedevere-appbedevere-appbot added awaiting review testsTests in the Lib/test dir labelsSep 10, 2025
@cmaloneycmaloney changed the titlegh-138720: Remove load_tests in test_io.test_generalgh-138013: Remove load_tests in test_io.test_generalSep 10, 2025
Rely on default test discovery.Validation:```bash # Run before commit./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > old_cases.txt # Run after commit./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > new_cases.txtdiff new_cases.txt old_cases. # <outputs no changes in case list>```
@cmaloney
Copy link
ContributorAuthor

cc:@vstinner, once this is in, moving subsets of tests (bufferedio, textio, signals) just becomes copy/paste

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM. Nice cleanup.

cmaloney reacted with thumbs up emoji
@vstinnervstinner merged commited75160 intopython:mainSep 16, 2025
49 checks passed
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbots390x RHEL8 LTO + PGO 3.x (tier-3) has failed when building commited75160.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/442/builds/10212) and take a look at the build logs.
  4. Check if the failure is related to this commit (ed75160) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/442/builds/10212

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.lto-pgo/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed fileWarning -- Unraisable exceptionException ignored while finalizing file <_io.BufferedWriter>:Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.lto-pgo/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed filek

@cmaloneycmaloney deleted the no_load_tests branchSeptember 16, 2025 09:12
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbots390x RHEL8 LTO 3.x (tier-3) has failed when building commited75160.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/567/builds/10128) and take a look at the build logs.
  4. Check if the failure is related to this commit (ed75160) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/567/builds/10128

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.lto/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed fileWarning -- Unraisable exceptionException ignored while finalizing file <_io.BufferedWriter>:Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.lto/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed filek

@cmaloney
Copy link
ContributorAuthor

s390x bot Test failure is an instance ofgh-138720 whichGH-138724 should fix. As far as I can tell some changes cause GC to trigger at a different time and run into it.

vstinner reacted with thumbs up emoji

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 RHEL8 LTO + PGO 3.x (tier-1) has failed when building commited75160.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/568/builds/9801) and take a look at the build logs.
  4. Check if the failure is related to this commit (ed75160) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/568/builds/9801

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed fileWarning -- Unraisable exceptionException ignored while finalizing file <_io.BufferedWriter>:Traceback (most recent call last):  File"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/contextlib.py", line112, in__init__    doc=getattr(func,"__doc__",None)ValueError:flush of closed filek

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotx86-64 MacOS Intel ASAN NoGIL 3.x (tier-2) has failed when building commited75160.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1366/builds/5048) and take a look at the build logs.
  4. Check if the failure is related to this commit (ed75160) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1366/builds/5048

Failed tests:

  • test_tracemalloc

Summary of the results of the build (if available):

==

Click to see traceback logs
remote:Enumerating objects: 13, done.remote:Counting objects:  12% (1/8)remote:Counting objects:  25% (2/8)remote:Counting objects:  37% (3/8)remote:Counting objects:  50% (4/8)remote:Counting objects:  62% (5/8)remote:Counting objects:  75% (6/8)remote:Counting objects:  87% (7/8)remote:Counting objects: 100% (8/8)remote:Counting objects: 100% (8/8), done.remote:Compressing objects:  33% (1/3)remote:Compressing objects:  66% (2/3)remote:Compressing objects: 100% (3/3)remote:Compressing objects: 100% (3/3), done.remote:Total 13 (delta 5), reused 5 (delta 5), pack-reused 5 (from 1)From https://github.com/python/cpython * branch                    main       -> FETCH_HEADNote:switching to 'ed75160b73ee850103ccc55d4124b16424b9c002'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -c with the switch command. Example:  git switch -c <new-branch-name>Or undo this operation with:  git switch -Turn off this advice by setting config variable advice.detachedHead to falseHEAD is now at ed75160b73e gh-138013: Remove load_tests in test_io.test_general (#138771)Switched to and reset branch 'main'configure:WARNING: pkg-config is missing. Some dependencies may not be detected correctly.Parser/string_parser.c:185:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(p,"\\U%08x",chr);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^1 warning generated.Objects/bytesobject.c:290:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%ld", va_arg(vargs,long));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:293:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%zd", va_arg(vargs, Py_ssize_t));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:296:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%d", va_arg(vargs,int));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:304:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%lu", va_arg(vargs, unsignedlong));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:307:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%zu", va_arg(vargs, size_t));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:310:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buffer,"%u", va_arg(vargs, unsignedint));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:317:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            sprintf(buffer,"%i", va_arg(vargs,int));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:323:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            sprintf(buffer,"%x", va_arg(vargs,int));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/bytesobject.c:347:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            sprintf(buffer,"%p", va_arg(vargs, void*));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^9 warnings generated.Objects/typeobject.c:6883:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        sprintf(msg,"type_traverse() called on non-heap type '%.100s'",^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:944:16: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        size= sprintf(str,"&#%d;", PyUnicode_READ(kind, data, i));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2938:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONG:     DO_SPRINTS("l",long, unsignedlong);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2938:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONG:     DO_SPRINTS("l",long, unsignedlong);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2938:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONG:     DO_SPRINTS("l",long, unsignedlong);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2938:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONG:     DO_SPRINTS("l",long, unsignedlong);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2938:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONG:     DO_SPRINTS("l",long, unsignedlong);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2939:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONGLONG: DO_SPRINTS("ll",longlong, unsignedlonglong);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2939:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONGLONG: DO_SPRINTS("ll",longlong, unsignedlonglong);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2939:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONGLONG: DO_SPRINTS("ll",longlong, unsignedlonglong);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2939:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONGLONG: DO_SPRINTS("ll",longlong, unsignedlonglong);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2939:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_LONGLONG: DO_SPRINTS("ll",longlong, unsignedlonglong);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2940:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2940:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2940:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2940:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2940:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2941:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2941:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2941:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2941:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2941:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2942:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2942:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2942:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2942:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2942:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            caseF_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2943:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            default:         DO_SPRINTS("",int, unsignedint);break;^Objects/unicodeobject.c:2929:33: note: expanded from macro 'DO_SPRINTS'                case'o':len= SPRINT(SIZE_SPEC,"o",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2943:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            default:         DO_SPRINTS("",int, unsignedint);break;^Objects/unicodeobject.c:2930:33: note: expanded from macro 'DO_SPRINTS'                case'u':len= SPRINT(SIZE_SPEC,"u",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2943:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            default:         DO_SPRINTS("",int, unsignedint);break;^Objects/unicodeobject.c:2931:33: note: expanded from macro 'DO_SPRINTS'                case'x':len= SPRINT(SIZE_SPEC,"x",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2943:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            default:         DO_SPRINTS("",int, unsignedint);break;^Objects/unicodeobject.c:2932:33: note: expanded from macro 'DO_SPRINTS'                case'X':len= SPRINT(SIZE_SPEC,"X",UNSIGNED_TYPE);break; \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2943:30: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            default:         DO_SPRINTS("",int, unsignedint);break;^Objects/unicodeobject.c:2933:33: note: expanded from macro 'DO_SPRINTS'                default:len= SPRINT(SIZE_SPEC,"d",SIGNED_TYPE);break;   \^Objects/unicodeobject.c:2924:13: note: expanded from macro 'SPRINT'            sprintf(buffer,"%"SIZE_SPECFMT_CHAR, va_arg(*vargs,TYPE))^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:2997:15: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]len= sprintf(number,"%p", va_arg(*vargs, void*));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Objects/unicodeobject.c:9018:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            sprintf(buffer,"&#%d;", (int)PyUnicode_READ_CHAR(unicode, collpos));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^Python/ceval_gil.c:81:24: warning: code will never be executed [-Wunreachable-code]    int32_t npending= _Py_atomic_load_int32_relaxed(^~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 warning generated.1 warning generated.Python/pystrtod.c:1204:19: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        exp_len= sprintf(p,"%+.02d", exp);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^1 warning generated../Modules/_datetimemodule.c:1850:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        sprintf(freplacement,"%06d", TIME_GET_MICROSECOND(object));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_datetimemodule.c:1852:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        sprintf(freplacement,"%06d", DATE_GET_MICROSECOND(object));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_datetimemodule.c:1854:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        sprintf(freplacement,"%06d",0);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^3 warnings generated.33 warnings generated.Programs/_freeze_module.c:129:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]    sprintf(filename,"<frozen%s>", name);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^1 warning generated../Modules/_pickle.c:2156:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]            sprintf(pdata,"%c%ld\n",INT,  val);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^1 warning generated../Modules/unicodedata.c:1334:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        sprintf(buffer,"CJK UNIFIED IDEOGRAPH-%X", code);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^1 warning generated../Modules/_ctypes/_ctypes.c:389:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buf,"%zd,", shape[k]);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_ctypes/_ctypes.c:391:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                sprintf(buf,"%zd)", shape[k]);^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_ctypes/_ctypes.c:2925:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]    cp+= sprintf(cp,"%x", Py_SAFE_DOWNCAST(index, Py_ssize_t,int));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_ctypes/_ctypes.c:2934:15: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]        cp+= sprintf(cp,":%x", Py_SAFE_DOWNCAST(target->b_index, Py_ssize_t,int));^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_ctypes/_ctypes.c:5355:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]    sprintf(name,"%.200s_Array_%ld",^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_testcapimodule.c:786:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                FAIL("PyCapsule_GetPointer returned NULL unexpectedly!");^./Modules/_testcapimodule.c:775:13: note: expanded from macro 'FAIL'            sprintf(buffer,"%s module:\"%s\" attribute:\"%s\"", \^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_testcapimodule.c:798:17: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                FAIL("PyCapsule_GetPointer should have failed but did not!");^./Modules/_testcapimodule.c:775:13: note: expanded from macro 'FAIL'            sprintf(buffer,"%s module:\"%s\" attribute:\"%s\"", \^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_testcapimodule.c:805:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                    FAIL("PyCapsule_GetPointer should not have"^./Modules/_testcapimodule.c:775:13: note: expanded from macro 'FAIL'            sprintf(buffer,"%s module:\"%s\" attribute:\"%s\"", \^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^./Modules/_testcapimodule.c:808:21: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]                    FAIL("PyCapsule_GetPointer should have"^./Modules/_testcapimodule.c:775:13: note: expanded from macro 'FAIL'            sprintf(buffer,"%s module:\"%s\" attribute:\"%s\"", \^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))^5 warnings generated.4 warnings generated.ld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundld:warning: search path '/opt/homebrew/lib' not foundmake:*** [buildbottest] Error 2

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vstinnervstinnervstinner approved these changes

Assignees

No one assigned

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@cmaloney@bedevere-bot@vstinner@emmatyping

[8]ページ先頭

©2009-2025 Movatter.jp