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

Remove dead code in Python extension #1718

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

pepone
Copy link
Member

@pepone pepone commented Jan 23, 2024

This PR removes some dead code from the IcePy extension. I think we can cherry-pick this to 3.7 seems the code is not used in the 3.7 version either.

Copy link
Member

@bernardnormier bernardnormier left a comment

Choose a reason for hiding this comment

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

Looks good.

I suspect some or all of them are code I missed (and should have deleted) as part of #1693.

@bernardnormier
Copy link
Member

I think we can cherry-pick this to 3.7 seems the code is not used in the 3.7 version either.

Are you sure? E.g. FlushCallback is used in

communicatorBeginFlushBatchRequests(CommunicatorObject* self, PyObject* args, PyObject* kwds)

@pepone pepone merged commit f040179 into zeroc-ice:main Jan 24, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants