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

Complete __dict__ support #403

Merged
merged 4 commits into from
Mar 17, 2019
Merged

Complete __dict__ support #403

merged 4 commits into from
Mar 17, 2019

Commits on Mar 17, 2019

  1. Complete __dict__ support

    Add `__dict__` slot to tp_getset of type_object. See
    https://bugs.python.org/issue16272 for why this is necessary.
    Alexander-N committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    f79f84a View commit details
    Browse the repository at this point in the history
  2. Update guide

    Alexander-N committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    dc581fa View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Alexander-N committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    dd8e621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a3466d View commit details
    Browse the repository at this point in the history