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-128341: Simplify the definition of _Py_INTERNAL_ABI_SLOT and use it in stdlib modules#145770

Open
befeleme wants to merge 2 commits intopython:mainfrom
befeleme:internal-abi-slot
Open

gh-128341: Simplify the definition of _Py_INTERNAL_ABI_SLOT and use it in stdlib modules#145770
befeleme wants to merge 2 commits intopython:mainfrom
befeleme:internal-abi-slot

Conversation

@befeleme
Copy link
Contributor

@befelemebefeleme commentedMar 10, 2026
edited by bedevere-appbot
Loading

Please consider discussing this in the issue linked, rather than it the PR, since this would ping a huge list of reviewers.

_PyABIInfo_DEFAULT is available in Include/modsupport.h, there's not needto duplicate the definition here.Rename from _Py_INTERNAL_ABI_SLOT, as it's no longer internal.
This enables running a check of ABI version compatibility._tkinter, _tracemalloc and readline don't use the slots, hence they needexplicit handling.
@AlexWaygoodAlexWaygood removed their request for reviewMarch 10, 2026 16:49
}

static struct PyModuleDef_Slot module_slots[] = {
_Py_ABI_SLOT,
Copy link
Contributor

@kumaraditya303kumaraditya303Mar 10, 2026
edited
Loading

Choose a reason for hiding this comment

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

_asyncio is a builtin module as it is statically linked, this check is not needed as it is not a shared library module.

@bedevere-app
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phraseI have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@brettcannonbrettcannon removed their request for reviewMarch 10, 2026 17:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@kumaraditya303kumaraditya303kumaraditya303 requested changes

@encukouencukouencukou approved these changes

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@emmatypingemmatypingAwaiting requested review from emmatypingemmatyping is a code owner

@JelleZijlstraJelleZijlstraAwaiting requested review from JelleZijlstraJelleZijlstra is a code owner

@gpsheadgpsheadAwaiting requested review from gpsheadgpshead is a code owner

@berkerpeksagberkerpeksagAwaiting requested review from berkerpeksagberkerpeksag is a code owner

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

@FFY00FFY00Awaiting requested review from FFY00FFY00 is a code owner

@rhettingerrhettingerAwaiting requested review from rhettingerrhettinger is a code owner

@pablogsalpablogsalAwaiting requested review from pablogsalpablogsal is a code owner

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

@serhiy-storchakaserhiy-storchakaAwaiting requested review from serhiy-storchakaserhiy-storchaka is a code owner

@pgansslepganssleAwaiting requested review from pgansslepganssle is a code owner

@abalkinabalkinAwaiting requested review from abalkinabalkin is a code owner

@StanFromIrelandStanFromIrelandAwaiting requested review from StanFromIrelandStanFromIreland is a code owner

@picnixzpicnixzAwaiting requested review from picnixzpicnixz is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

@lysnikolaoulysnikolaouAwaiting requested review from lysnikolaoulysnikolaou is a code owner

@ncoghlanncoghlanAwaiting requested review from ncoghlanncoghlan is a code owner

@warsawwarsawAwaiting requested review from warsawwarsaw is a code owner

@ammaraskarammaraskarAwaiting requested review from ammaraskarammaraskar is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@befeleme@encukou@kumaraditya303

[8]ページ先頭

©2009-2026 Movatter.jp