FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-35134: Create Include/cpython/object.h by vstinner · Pull Request #10679 · python/cpython · GitHub

/ cpython Public

bpo-35134: Create Include/cpython/object.h - #10679

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:cpython_object
Nov 26, 2018
Merged

bpo-35134: Create Include/cpython/object.h#10679
vstinner merged 1 commit into
python:masterfrom
vstinner:cpython_object

Conversation

vstinner commented Nov 23, 2018
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member
  • Move object.h code surrounded by "#ifndef Py_LIMITED_API"
    to a new Include/cpython/object.h header file.
  • "typedef struct _typeobject PyTypeObject;" is now always defined
    in object.h, but if Py_LIMITED_API is not defined,
    Include/cpython/object.h also defines the structure.
  • Complete the printfunc comment to mention Py_LIMITED_API define.

https://bugs.python.org/issue35134

* Move object.h code surrounded by "#ifndef Py_LIMITED_API"
  to a new Include/cpython/object.h header file.
* "typedef struct _typeobject PyTypeObject;" is now always defined
  in object.h, but if Py_LIMITED_API is not defined,
  Include/cpython/object.h also defines the structure.
* Complete the printfunc comment to mention Py_LIMITED_API define.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL