Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 26, 2018

  • Move dictobject.h code surrounded by "#ifndef Py_LIMITED_API"
    to a new Include/cpython/dictobject.h header file.
  • Add PyAPI_FUNC() to _PyDictView_New().
  • Reorganize dictobject.h: move views and iterators at the end.

https://bugs.python.org/issue35134

* Move dictobject.h code surrounded by "#ifndef Py_LIMITED_API"
  to a new Include/cpython/dictobject.h header file.
* Add PyAPI_FUNC() to _PyDictView_New().
* Reorganize dictobject.h: move views and iterators at the end.
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.

3 participants