commit | d914609d6cf5f40b3ec1901bbd6af13a6e6b037a | [log] [tgz] |
---|---|---|
author | Geoffrey Thomas <geofft@ldpreload.com> | Tue Apr 14 00:20:33 2015 -0400 |
committer | Geoffrey Thomas <geofft@ldpreload.com> | Tue Apr 14 00:33:10 2015 -0400 |
tree | 5a2258cfe1d341cbcaaa642d2f5a62357584cb72 | |
parent | 5054e6591db055b520eacc39db7e5dcd6e6e3a1a [diff] |
Fix comparison between pyasn1 objects introduced in #1843 __eq__ compares values, so e.g. univ.Integer(0) == eoo.endOfOctets. I believe this isn't a logic error for what we're doing now, but keep the code right in case it gets reused. This is the pattern used by pyasn1 internally.