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

Fix copying Message in pure-python. #15

Merged
merged 2 commits into from
Oct 19, 2018
Merged

Fix copying Message in pure-python. #15

merged 2 commits into from
Oct 19, 2018

Commits on Oct 19, 2018

  1. Fix copying Message in pure-python.

    Do it like the C extension does, by actually copying from the other object and then setting attributes if needed.
    
    Also drop old C support code for Python < 2.6
    jamadden committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    42699cc View commit details
    Browse the repository at this point in the history
  2. Make the Python implementation stop apptempting to pointlessly copy s…

    …trings and (somewhat pointedly) copy mappings, like the C implementation.
    jamadden committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a2c0e41 View commit details
    Browse the repository at this point in the history