]> granicus.if.org Git - python/commit
Issue #26146: marshal.loads() now uses the empty frozenset singleton
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 23 Jan 2016 13:15:48 +0000 (14:15 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 23 Jan 2016 13:15:48 +0000 (14:15 +0100)
commit1aa78938b0d019b7c9cbb153c2f35709ee01a19a
treed6402b7773cb2a98e0ab6efccd997707007045d7
parent5ebe2c89fe47501db64e1a82ac6a3bcbd21f6e70
Issue #26146: marshal.loads() now uses the empty frozenset singleton
Lib/test/test_marshal.py
Python/marshal.c