New submission from Tomasz Pytel <tompy...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to