[New-bugs-announce] [issue41079] _PyAsyncGenWrappedValue_Type is never Readied

Tomasz Pytel report at bugs.python.org
Mon Jun 22 12:19:31 EDT 2020


New submission from Tomasz Pytel <tompytel at gmail.com>:

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?

----------
components: Interpreter Core
messages: 372099
nosy: Tomasz Pytel
priority: normal
severity: normal
status: open
title: _PyAsyncGenWrappedValue_Type is never Readied
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41079>
_______________________________________


More information about the New-bugs-announce mailing list