[cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs by Mariatta · Pull Request #109 · python/cpython
added 2 commits
(cherry picked from commit 7e147f1)
akruis pushed a commit to akruis/cpython that referenced this pull request
Previously many internal/private symbols were declared as PyAPI_DATA() or PyAPI_FUNC() and therefore visible in the python*.dll. This commit removes the PyAPI... declarations. Additionally it renames a few symbols to make the naming more consistent. https://bitbucket.org/stackless-dev/stackless/issues/109 (grafted from 3b6d1f52e108c7377944ee9c452c3d853d8882ab)
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
jaraco added a commit to jaraco/cpython that referenced this pull request
Avoid hard-coding latest stable Python. Closes python#109. Closes python#109 See merge request python-devs/importlib_resources!107
This was referenced