Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
Closed
Description
Bug report
Bug description:
Found by OSS Fuzz in#491105000.
>>>classi: [__classdict__forxiny]SystemError:_PyST_GetScope(name='__classdict__')failed:unknownscopeinunit<module> (93973616364240);symbols: {'i':4098};locals: {};globals: {}
>>>classi: [__conditional_annotations__forxiny]SystemError:_PyST_GetScope(name='__conditional_annotations__')failed:unknownscopeinunit<module> (94200568314576);symbols: {'i':4098};locals: {};globals: {}
We need to expand the fix for__class__ (fedbf77), I will open a PR shortly.
CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
No response
Linked PRs
- gh-145701: Fix
__classdict__&__conditional_annotations__in class-scope inlined comprehensions #145702 - [3.14] gh-145701: Fix
__classdict__&__conditional_annotations__in class-scope inlined comprehensions (GH-145702) #145710 - [3.13] gh-145701: Fix
__classdict__&__conditional_annotations__in class-scope inlined comprehensions (GH-145702) #145711