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 Pam.McANulty
Recipients Albert.Zeyer, Mason.Bially, Pam.McANulty, amaury.forgeotdarc, gholling, theller
Date 2017-11-22.14:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511359890.73.0.213398074469.issue5710@psf.upfronthosting.co.za>
In-reply-to
Content
oops - 
"In the example code, the 'result' variable is declared on the stack in the callback() function.  So it will be effectively when callback() returns." should be 
"In the example code, the 'result' variable is declared on the stack in the callback() function.  So it will be effectively DESTROYED when callback() returns."

I hate waking up at 4:15a.
History
Date User Action Args
2017-11-22 14:11:30Pam.McANultysetrecipients: + Pam.McANulty, theller, amaury.forgeotdarc, gholling, Albert.Zeyer, Mason.Bially
2017-11-22 14:11:30Pam.McANultysetmessageid: <1511359890.73.0.213398074469.issue5710@psf.upfronthosting.co.za>
2017-11-22 14:11:30Pam.McANultylinkissue5710 messages
2017-11-22 14:11:30Pam.McANultycreate