Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deepcopy for EUI fails #21

Closed
tubaman opened this issue Dec 18, 2011 · 1 comment
Closed

deepcopy for EUI fails #21

tubaman opened this issue Dec 18, 2011 · 1 comment

Comments

@tubaman
Copy link

tubaman commented Dec 18, 2011

attempting to do a deepcopy on EUI fails with

/usr/lib/python2.7/copy.pyc in _reconstruct(x, info, deep, memo)
    341                 slotstate = None
    342             if state is not None:
--> 343                 y.__dict__.update(state)
    344             if slotstate is not None:
    345                 for key, value in slotstate.iteritems():

AttributeError: 'NoneType' object has no attribute 'update'
@drkjam
Copy link
Collaborator

drkjam commented Aug 28, 2012

Fixed on trunk. Will form part of release 0.7.8

@drkjam drkjam closed this as completed Aug 28, 2012
kra3 added a commit to kra3/django-macaddress-ng that referenced this issue Sep 29, 2013
Issue mentioned netaddr/netaddr#21 is fixed upstream and is available
from version 0.7.8 of netaddr. (fixed a year ago)
@snordhausen snordhausen modified the milestone: 0.7.11 Feb 26, 2014
kra3 added a commit to django-macaddress/django-macaddress that referenced this issue Jun 20, 2014
Issue mentioned netaddr/netaddr#21 is fixed upstream and is available
from version 0.7.8 of netaddr. (fixed a year ago)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants