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
Refcounting fix
  • Loading branch information
@encukou
encukou committedDec 17, 2025
commit3b3ae7c25f9e693b9acf09e7e93b34799aa394de

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

1 change: 1 addition & 0 deletionsModules/xxlimited.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -180,6 +180,7 @@ Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) {
// function zeroes instance memory; we don't need to do it again.
XxoObject_Data *xxo_data = Xxo_get_data(self);
if (xxo_data == NULL) {
Py_DECREF(self);
return NULL;
}
xxo_data->x_attr = NULL;
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp