Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_PyAsyncGenWrappedValue_Type is never Readied #85251

Open
TomaszPytel mannequin opened this issue Jun 22, 2020 · 1 comment
Open

_PyAsyncGenWrappedValue_Type is never Readied #85251

TomaszPytel mannequin opened this issue Jun 22, 2020 · 1 comment
Labels
3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@TomaszPytel
Copy link
Mannequin

TomaszPytel mannequin commented Jun 22, 2020

BPO 41079

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2020-06-22.16:19:31.202>
labels = ['interpreter-core', 'type-bug', '3.9']
title = '_PyAsyncGenWrappedValue_Type is never Readied'
updated_at = <Date 2020-06-22.16:19:31.202>
user = 'https://bugs.python.org/TomaszPytel'

bugs.python.org fields:

activity = <Date 2020-06-22.16:19:31.202>
actor = 'Tomasz Pytel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-06-22.16:19:31.202>
creator = 'Tomasz Pytel'
dependencies = []
files = []
hgrepos = []
issue_num = 41079
keywords = []
message_count = 1.0
messages = ['372099']
nosy_count = 1.0
nosy_names = ['Tomasz Pytel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41079'
versions = ['Python 3.9']

@TomaszPytel
Copy link
Mannequin Author

TomaszPytel mannequin commented Jun 22, 2020

A call is never made to PyType_Ready(&_PyAsyncGenWrappedValue_Type) on initialization unlike for all other Python type objects I can see. Does not seem to have any negative effects at the moment except to mess up my Python type instrumentation. May turn into a bug in the future if all types are assumed readied, is this intended behavior?

@TomaszPytel TomaszPytel mannequin added 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Jun 22, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants