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

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

Merged
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
11 checks passed
@vstinner vstinner deleted the pycore_namespace branch Oct 15, 2021
ShivnarenSrinivasan added a commit to ShivnarenSrinivasan/cpython that referenced this issue 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
3 participants