◐ Shell
clean mode source ↗

bpo-32604: Remove xid registry. by ericsnowcurrently · Pull Request #6813 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ericsnowcurrently

@ericsnowcurrently ericsnowcurrently commented

May 14, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Remove the interpreters testing helper (and xid registry).

https://bugs.python.org/issue32604

Comment thread

PC/config.c Outdated

@@ -34,7 +34,6 @@ extern PyObject* PyInit__codecs(void);
extern PyObject* PyInit__weakref(void);
/* XXX: These two should really be extracted to standalone extensions. */

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is rendered out-of-date by this change.

@ericsnowcurrently ericsnowcurrently merged commit 6bd0c47 into python:3.7

May 15, 2018

@bedevere-bot

Copy link Copy Markdown

@ericsnowcurrently: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zware zware zware left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@ericsnowcurrently @bedevere-bot @zware @the-knights-who-say-ni