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.

Author Thomas Antony
Recipients Thomas Antony
Date 2017-04-04.23:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491348915.09.0.197335598745.issue29987@psf.upfronthosting.co.za>
In-reply-to
Content
When inspect.isgeneratorfunction is called on the output of functools.partial, it returns False even if the original function was a generator function. Test case is attached. 

Tested in fresh conda environment running Python 3.6.1
History
Date User Action Args
2017-04-04 23:35:15Thomas Antonysetrecipients: + Thomas Antony
2017-04-04 23:35:15Thomas Antonysetmessageid: <1491348915.09.0.197335598745.issue29987@psf.upfronthosting.co.za>
2017-04-04 23:35:15Thomas Antonylinkissue29987 messages
2017-04-04 23:35:15Thomas Antonycreate