Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53164 > unrolled thread
| Started by | Neal Becker <ndbecker2@gmail.com> |
|---|---|
| First post | 2013-08-28 11:15 -0400 |
| Last post | 2013-08-28 11:15 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
python3 integer division debugging Neal Becker <ndbecker2@gmail.com> - 2013-08-28 11:15 -0400
| From | Neal Becker <ndbecker2@gmail.com> |
|---|---|
| Date | 2013-08-28 11:15 -0400 |
| Subject | python3 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.
Back to top | Article view | comp.lang.python
csiph-web