Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Jul 16, 2024

In gh-121632 (the backport of gh-121602), we applied a fix to a builtin types initialization bug. That fix made sense in the context of some broader future changes, but introduced a little bit of extra complexity. For 3.12 those future changes do not apply; we can avoid the extra complexity. Thus we can take a simpler approach here.

@ericsnowcurrently ericsnowcurrently changed the title gh-117482: Simply the Fix For Builtin Types Slot Wrappers [3.12] gh-117482: Simply the Fix For Builtin Types Slot Wrappers Jul 16, 2024
@AlexWaygood AlexWaygood changed the title [3.12] gh-117482: Simply the Fix For Builtin Types Slot Wrappers [3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers Jul 16, 2024
@ericsnowcurrently
Copy link
Member Author

I'm planning on backporting gh-121932 instead of this. (It will amount to the same thing.)

@ericsnowcurrently ericsnowcurrently deleted the simplify-builtin-static-type-add-operators branch July 24, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment