This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Argument Clinic included return converters hard code use of ``_return_value``
Type: Stage: test needed
Components: Argument Clinic, Build Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: larry Nosy List: larry
Priority: normal Keywords:

Created on 2014-01-31 17:28 by brett.cannon, last changed 2022-04-11 14:57 by admin.

Messages (1)
msg209808 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-01-31 17:28
E.g. NoneType_return_converter assumes _return_value is used in render() although CReturnConverter.declare() stores it in data.return_value and it's a parameter to render().
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64660
2020-03-18 18:40:11brett.cannonsetnosy: - brett.cannon
2015-02-25 15:26:09serhiy.storchakasetcomponents: + Argument Clinic
2014-01-31 17:28:47brett.cannoncreate