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 tonylownds
Recipients
Date 2007-01-14.20:31:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Combines the code paths for MAKE_FUNCTION and MAKE_CLOSURE. 
Fixes a crash where functions with closures and either annotations or 
keyword-only arguments result in MAKE_CLOSURE, but only 
MAKE_FUNCTION has the code to handle annotations or keyword-only
arguments.

Includes enough tests to trigger the bug.
History
Date User Action Args
2007-08-23 15:55:34adminlinkissue1607548 messages
2007-08-23 15:55:34admincreate