[issue45303] ast module classes missing __text_signature__ attribute

2021-10-01 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

I believe that multiple modules have not yet been converted to use argument 
clinic.  (I marked 'test needed' but am not sure if this attribute is tested.)  
I don't think that I would put ast as highest priority, although it might be 
easiest.

--
nosy: +terry.reedy
stage:  -> test needed
versions: +Python 3.11

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45303] ast module classes missing __text_signature__ attribute

2021-09-27 Thread xloem


New submission from xloem <0xl...@gmail.com>:

The ast module has no signature information on its types.  The types are 
generated in a uniform way, so it should be reasonable to add 
__text_signature__ or __signature__ fields to all of them at once.

--
components: Argument Clinic, Interpreter Core, Library (Lib)
messages: 402728
nosy: larry, xloem
priority: normal
severity: normal
status: open
title: ast module classes missing __text_signature__ attribute
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com