[issue36542] Allow to overwrite the signature for Python functions

2019-08-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36542] Allow to overwrite the signature for Python functions

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d53cf99dca4605ace4b81b1e585616b3e1b74fa6 by Serhiy Storchaka in branch 'master': bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) https://github.com/python/cpython/commit/d53cf99dca4605ace4b81b1e585616b3e1b74fa6 -

[issue36542] Allow to overwrite the signature for Python functions

2019-04-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue36542] Allow to overwrite the signature for Python functions

2019-04-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +12629 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue36542] Allow to overwrite the signature for Python functions

2019-04-06 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently __text_signature__ can be used for specifying signature of functions implemented in C. It is ignored for functions implemented in Python. The proposed PR allows to override the real signature of Python functions by setting the __text_signature_