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: parser module does not support yield
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake
Priority: high Keywords:

Created on 2001-07-16 19:01 by fdrake, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (2)
msg5429 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-07-16 19:01
The "yield" statement is not supported by the parser
module.  It should do so.
msg5430 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-07-17 03:03
Logged In: YES 
user_id=3066

Fixed in Modules/parsermodule.c revision 2.62.
History
Date User Action Args
2022-04-10 16:04:12adminsetgithub: 34765
2001-07-16 19:01:21fdrakecreate