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 techtonik
Recipients akira, techtonik
Date 2012-11-07.11:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352289117.06.0.464411813398.issue16409@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that new implementation doesn't prevent me from estimating the 
progress, but it does make the callback code worse, not better. Either by closure or by global variable, but it makes callback stateful.

To fix this issue either blocks_number parameter should be removed, or previous behavior restored.
History
Date User Action Args
2012-11-07 11:51:57techtoniksetrecipients: + techtonik, akira
2012-11-07 11:51:57techtoniksetmessageid: <1352289117.06.0.464411813398.issue16409@psf.upfronthosting.co.za>
2012-11-07 11:51:57techtoniklinkissue16409 messages
2012-11-07 11:51:56techtonikcreate