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

Making dump_classes_from_hprof run all the way through. #531

Closed
wants to merge 1 commit into from

Conversation

amnn
Copy link
Contributor

@amnn amnn commented Aug 14, 2020

Summary:

  • Replace tostring and fromstring with tobytes (followed by a decode) and
    frombytes.
  • Worked around the fact that dict.values no longer returns a list.

Fixes #529

Differential Revision: D23130027

Summary:
- Replace `tostring` and `fromstring` with `tobytes` (followed by a decode) and
  `frombytes`.
- Worked around the fact that `dict.values` no longer returns a list.

Fixes facebook#529

Differential Revision: D23130027

fbshipit-source-id: 3c3164fee0c8813fbabafb88cb79ca9c2b19ca3a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D23130027

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in ccebb0b.

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.

AttributeError: 'str' object has no attribute 'append'
2 participants