]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix serializer tests. something is wrong with non-C pickle but for some reason py3k...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 May 2013 17:08:24 +0000 (13:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 May 2013 17:08:24 +0000 (13:08 -0400)
commit956c144c7feae68fa957eb62ede4b21cd818c737
tree9b0bee21259e44b0bc784f5aba9f91da085a44f7
parente9b29802ba999628f9cc656e87347b6844026285
fix serializer tests.  something is wrong with non-C pickle but for some reason py3k's pickle seems to be OK?  not sure why that is, as this
is all related to http://bugs.python.org/issue998998
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
test/ext/test_serializer.py
test/requirements.py