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-140550: Update xxlimited with 3.15 limited API & PEP 697#142827

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

Draft
encukou wants to merge13 commits intopython:main
base:main
Choose a base branch
Loading
fromencukou:xxlimited-3.15
Draft
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
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
Expand TODO
  • Loading branch information
@encukou
encukou committedDec 17, 2025
commit29f1690f0782c0cb855f3b035689605ef0e8d906

Some comments aren't visible on the classic Files Changed page.

7 changes: 3 additions & 4 deletionsModules/xxlimited.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -596,12 +596,11 @@ static PyModuleDef_Slot xx_slots[] = {
* Without this slot, free-threaded builds of CPython will enable
* the GIL when this module is loaded.
*/
/* TODO: This is not quite true yet: there is a race in Xxo_setattro
* for example.
*/
// TODO: This is not quite true yet: there is a race in Xxo_setattro,
// for example.
// We include this for CPython's internal testing.
{Py_mod_gil, Py_MOD_GIL_NOT_USED},


{0, NULL}
};

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp