Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53164 > unrolled thread

python3 integer division debugging

Started byNeal Becker <ndbecker2@gmail.com>
First post2013-08-28 11:15 -0400
Last post2013-08-28 11:15 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  python3 integer division debugging Neal Becker <ndbecker2@gmail.com> - 2013-08-28 11:15 -0400

#53164 — python3 integer division debugging

FromNeal Becker <ndbecker2@gmail.com>
Date2013-08-28 11:15 -0400
Subjectpython3 integer division debugging
Message-ID<mailman.313.1377702965.19984.python-list@python.org>
The change in integer division seems to be the most insidious source of silent 
errors in porting code from python2 - since it changes the behaviour or valid 
code silently.

I wish the interpreter had an instrumented mode to detect and report such 
problems.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web