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-75572: Fix test_xpickle and disable it by default#143503

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

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedJan 6, 2026
edited by bedevere-appbot
Loading

@serhiy-storchakaserhiy-storchaka added testsTests in the Lib/test dir skip news needs backport to 3.14bugs and security fixes labelsJan 6, 2026
@serhiy-storchakaserhiy-storchakaenabled auto-merge (squash)January 6, 2026 22:17
@serhiy-storchakaserhiy-storchaka merged commitb866a1c intopython:mainJan 6, 2026
87 of 89 checks passed
@miss-islington-app
Copy link

Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJan 6, 2026
…143503)(cherry picked from commitb866a1c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-143505 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJan 6, 2026
serhiy-storchaka added a commit that referenced this pull requestJan 7, 2026
… (GH-143505)(cherry picked from commitb866a1c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Windows11 Refleaks 3.14 (tier-1) has failed when building commitad53bf5.

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/1682/builds/404) and take a look at the build logs.
  4. Check if the failure is related to this commit (ad53bf5) 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/1682/builds/404

Failed tests:

  • test_external_inspection

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

==

Click to see traceback logs
Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line198, in_run_module_as_mainreturn _run_code(code, main_globals,None,"__main__", mod_spec)  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line88, in_run_codeexec(code, run_globals)~~~~^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line138, in<module>    main()~~~~^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line133, inmainwith os_helper.temp_cwd(work_dir,quiet=True):~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\contextlib.py", line162, in__exit__self.gen.throw(value)~~~~~~~~~~~~~~^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line597, intemp_cwdwith temp_dir(path=name,quiet=quiet)as temp_path:~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\contextlib.py", line162, in__exit__self.gen.throw(value)~~~~~~~~~~~~~~^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line545, intemp_dir    rmtree(path)~~~~~~^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line497, inrmtree    _rmtree(path)~~~~~~~^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line441, in_rmtree    _waitfor(lambdap: _force_run(p, os.rmdir, p), path)~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line381, in_waitfor    func(pathname)~~~~^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line441, in<lambda>    _waitfor(lambdap: _force_run(p, os.rmdir, p), path)~~~~~~~~~~^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\__init__.py", line219, in_force_runreturn func(*args)PermissionError:[WinError 32] The process cannot access the file because it is being used by another process: 'B:\\uildarea\\3.14.ware-win11.refleak\\build\\build\\test_python_5228�'Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line524, intemp_dir    os.mkdir(path)~~~~~~~~^^^^^^FileExistsError:[WinError 183] Cannot create a file when that file already exists: 'B:\\uildarea\\3.14.ware-win11.refleak\\build\\build\\test_python_6976�'Stack (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line198, in_run_module_as_mainreturn _run_code(code, main_globals,None,  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line88, in_run_codeexec(code, run_globals)  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line138, in<module>    main()  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line133, inmainwith os_helper.temp_cwd(work_dir,quiet=True):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\contextlib.py", line141, in__enter__returnnext(self.gen)  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line597, intemp_cwdwith temp_dir(path=name,quiet=quiet)as temp_path:Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\__init__.py", line208, in_force_runreturn func(*args)PermissionError:[WinError 32] The process cannot access the file because it is being used by another process: 'B:\\uildarea\\3.14.ware-win11.refleak\\build\\build\\test_python_5228�'Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line540, intemp_diryield path  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line599, intemp_cwdyield cwd_dir  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line134, inmain    worker_process(worker_json)~~~~~~~~~~~~~~^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line120, inworker_process    sys.exit(0)~~~~~~~~^^^SystemExit:0Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\__init__.py", line208, in_force_runreturn func(*args)PermissionError:[WinError 32] The process cannot access the file because it is being used by another process: 'B:\\uildarea\\3.14.ware-win11.refleak\\build\\build\\test_python_16628�'Traceback (most recent call last):  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line198, in_run_module_as_mainreturn _run_code(code, main_globals,None,"__main__", mod_spec)  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\runpy.py", line88, in_run_codeexec(code, run_globals)~~~~^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line138, in<module>    main()~~~~^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\libregrtest\worker.py", line133, inmainwith os_helper.temp_cwd(work_dir,quiet=True):~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\contextlib.py", line162, in__exit__self.gen.throw(value)~~~~~~~~~~~~~~^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line597, intemp_cwdwith temp_dir(path=name,quiet=quiet)as temp_path:~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\contextlib.py", line162, in__exit__self.gen.throw(value)~~~~~~~~~~~~~~^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line545, intemp_dir    rmtree(path)~~~~~~^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line497, inrmtree    _rmtree(path)~~~~~~~^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line441, in_rmtree    _waitfor(lambdap: _force_run(p, os.rmdir, p), path)~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line381, in_waitfor    func(pathname)~~~~^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\os_helper.py", line441, in<lambda>    _waitfor(lambdap: _force_run(p, os.rmdir, p), path)~~~~~~~~~~^^^^^^^^^^^^^^^^  File"b:\uildarea\3.14.ware-win11.refleak\build\Lib\test\support\__init__.py", line219, in_force_runreturn func(*args)PermissionError:[WinError 32] The process cannot access the file because it is being used by another process: 'B:\\uildarea\\3.14.ware-win11.refleak\\build\\build\\test_python_16628�'

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

Reviewers

No reviews

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.

2 participants

@serhiy-storchaka@bedevere-bot

[8]ページ先頭

©2009-2026 Movatter.jp