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

Fix the initialization of the soliterator type. #2

Merged
merged 1 commit into from
Nov 3, 2013

Conversation

bfroehle
Copy link
Contributor

In Python 3, the type of soliterator was incorrectly being set to
soliterator itself, rather than just type. In addition, we were forgetting
to call PyType_Ready.

In Python 3, the type of `soliterator` was incorrectly being set to
`soliterator` itself, rather than just `type`. In addition, we
were forgetting to call PyType_Ready.
ilanschnell added a commit that referenced this pull request Nov 3, 2013
Fix the initialization of the soliterator type.
@ilanschnell ilanschnell merged commit 4a0f10b into conda:master Nov 3, 2013
@github-actions
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Mar 21, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants