Skip to content

Fix bug unpickling bare Column: _parent_table attr not set#4099

Merged
taldcroft merged 2 commits intoastropy:masterfrom
taldcroft:table-pickle-column
Aug 27, 2015
Merged

Fix bug unpickling bare Column: _parent_table attr not set#4099
taldcroft merged 2 commits intoastropy:masterfrom
taldcroft:table-pickle-column

Conversation

@taldcroft
Copy link
Copy Markdown
Member

Previously after unpickling a Column the resultant object had no _parent_table attribute. This wasn't a problem for accessing the data and meta values, but repr failed (and in general it is expected that a Column has a _parent_table attribute).

@embray
Copy link
Copy Markdown
Member

embray commented Aug 27, 2015

Confirmed--just needs changelog entry.

taldcroft added a commit that referenced this pull request Aug 27, 2015
Fix bug unpickling bare Column: _parent_table attr not set
@taldcroft taldcroft merged commit be3f96d into astropy:master Aug 27, 2015
@taldcroft taldcroft deleted the table-pickle-column branch August 27, 2015 17:19
taldcroft added a commit that referenced this pull request Sep 18, 2015
Fix bug unpickling bare Column: _parent_table attr not set
taldcroft added a commit that referenced this pull request Sep 23, 2015
Fix bug unpickling bare Column: _parent_table attr not set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants