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 Robert.w
Recipients Robert.w, SilentGhost, r.david.murray, rhettinger
Date 2014-06-02.15:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401724458.45.0.969968710154.issue21631@psf.upfronthosting.co.za>
In-reply-to
Content
banner
C:\Users\r0b3\files\backuped\own_dropbox\programmierung\raymarcher0>C:\Python33\python
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.


C:\Users\r0b3\files\backuped\own_dropbox\programmierung\raymarcher0>C:\Python33\python bug.py
bug.py:45: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(False, "Should be unreachable!")



{'data': {'elements': ['83H', '0FAH', '9AH', '27H', '81H', '49H', '0CEH', '11H']}, 'type': 2}INSIDE
False
False
True



{'data': {'elements': ['83H', '0FAH', '9AH', '27H', '81H', '49H', '0CEH', '11H']}, 'type': 2}INSIDE
False
False
True
db


{'data': {'elements': ['83H', '0FAH', '9AH', '27H', '81H', '49H', '0CEH', '11H']}, 'type': 2}INSIDE
False
False
True

(and so on, some lines with the expected output, see the attached file)


Either im totaly nuts and do *something* wrong, or it is a very weird bug...
Im _not_ some random noob from the inet who doesn't know what a bugtracker is.

---
Seems to be a weird memory issue.

---

I closed the first version of the issue because i was confused between the words "issue" and "summaries" because issues...are bugs...
History
Date User Action Args
2014-06-02 15:54:18Robert.wsetrecipients: + Robert.w, rhettinger, r.david.murray, SilentGhost
2014-06-02 15:54:18Robert.wsetmessageid: <1401724458.45.0.969968710154.issue21631@psf.upfronthosting.co.za>
2014-06-02 15:54:18Robert.wlinkissue21631 messages
2014-06-02 15:54:18Robert.wcreate