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 klrkdekira
Recipients klrkdekira
Date 2014-03-17.11:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395054358.08.0.240358865675.issue20955@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered this bug accidentally when i'm trying to test the Python 3.4 package
$ make test

I've encountered the unittest assertion error at CheckOpcodeCount 
with the message, 5 is not greater than 5.

at line 144 here http://hg.python.org/cpython/file/04f714765c13/Lib/sqlite3/test/hooks.py

I read this 
http://docs.python.org/2/library/sqlite3.html#sqlite3.Connection.set_progress_handler
As I understood, n is the step.

I took it out and tried to test it with Python 2.7 and 3.3.5. But the expected results was as the same as 3.4.

I've tried to replace the n with others number and the results returned don't really look like n is the step.

I have no idea if I'm wrong about this. But #python recommended me to submit this as a ticket.
History
Date User Action Args
2014-03-17 11:05:58klrkdekirasetrecipients: + klrkdekira
2014-03-17 11:05:58klrkdekirasetmessageid: <1395054358.08.0.240358865675.issue20955@psf.upfronthosting.co.za>
2014-03-17 11:05:58klrkdekiralinkissue20955 messages
2014-03-17 11:05:57klrkdekiracreate