8000 bpo-45482: Rename namespaceobject.h to pycore_namespace.h by vstinner · Pull Request #28975 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45482: Rename namespaceobje 8000 ct.h to pycore_namespace.h #28975

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

Merged
merged 1 commit into from
Oct 15, 2021
Merged

bpo-45482: Rename namespaceobject.h to pycore_namespace.h #28975

merged 1 commit into from
Oct 15, 2021

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Oct 15, 2021

Rename Include/namespaceobject.h to
Include/internal/pycore_namespace.h.

The _testmultiphase extension is now built with the
Py_BUILD_CORE_MODULE macro defined to access _PyNamespace_Type.

object.c: remove unused "pycore_context.h" include.

https://bugs.python.org/issue45482

Rename Include/namespaceobject.h to
Include/internal/pycore_namespace.h.

The _testmultiphase extension is now built with the
Py_BUILD_CORE_MODULE macro defined to access _PyNamespace_Type.

object.c: remove unused "pycore_context.h" include.
@vstinner vstinner merged commit 354c352 into python:main Oct 15, 2021
@vstinner vstinner deleted the pycore_namespace branch October 15, 2021 13:21
ShivnarenSrinivasan pushed a commit to ShivnarenSrinivasan/cpython that referenced this pull request Oct 15, 2021
…8975)

Rename Include/namespaceobject.h to
Include/internal/pycore_namespace.h.

The _testmultiphase extension is now built with the
Py_BUILD_CORE_MODULE macro defined to access _PyNamespace_Type.

object.c: remove unused "pycore_context.h" include.
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
0