FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix tests on python3.14t by vstinner · Pull Request #166 · python/pythoncapi-compat · GitHub

Fix tests on python3.14t - #166

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:free_threading
Feb 12, 2026
Merged

Fix tests on python3.14t#166
vstinner merged 2 commits into
python:mainfrom
vstinner:free_threading

Conversation

Copy link
Copy Markdown
Member
  • Add Py_MOD_GIL_NOT_USED to the C/C++ extension.
  • Add "t" suffix to the Python version on free-threaded build.
  • On Python 3.14 and newer, tests call sys._clear_internal_caches() instead of sys._clear_type_cache() to avoid a deprecation warning.

* Add Py_MOD_GIL_NOT_USED to the C/C++ extension.
* Add "t" suffix to the Python version on free-threaded build.
* On Python 3.14 and newer, tests call sys._clear_internal_caches()
  instead of sys._clear_type_cache() to avoid a deprecation warning.
vstinner merged commit 5fc6653 into python:main Feb 12, 2026
41 checks passed
vstinner deleted the free_threading branch February 12, 2026 14:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL