Hi,

>Try setting PYTHONHASHSEED to a fixed integer number, and get the test 
>suite to fail with that number.  Then you will see the same ordering 
>failure in each case, and you can then use pdb and logging to more 
>specifically isolate your issue.

It is not only the test cases.

All I do is:

instance.foo["bar"] = "bang"

where instance is an SQLAlchemy model class and foo is a composite, 
dictionary-like association proxy.

Then I retrieve the same object again and do:

print(instance.foo["bar"])

and get an empty string.

Everything apart from that happens inside SQLAlchemy.

Cheers,
Nik
-- 
PGP-Fingerprint: 3C9D 54A4 7575 C026 FB17 FD26 B79A 3C16 A0C4 F296

Dominik George · Mobil: +49-1520-1981389

Teckids e.V. · FrOSCon e.V. · OpenRheinRuhr e.V.
Fellowship of the FSFE · Piratenpartei Deutschland
Opencaching Deutschland e.V. · Debian Contributor

LPIC-3 Linux Enterprise Professional (Security)

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to