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

Upgrade vendored six to 1.16.0 to fix Python 3.10 compatibility #2304

Closed
wants to merge 1 commit into from

Conversation

cread
Copy link

@cread cread commented Feb 18, 2022

Addresses issue #2282

Also fixes a problem where pytest initialization fails in Python 3.10 if any tests use kafka-python.


This change is Reviewable

@dhiltonp
Copy link

@dpkp: can you merge this PR and cut a release?

@ndmitrievskaya
Copy link

hello! I think I've run into this issue on Python 3.10 :( is it possible to merge this PR and publish a new version? 🙏

Comment on lines -75 to -78
# Don't del it here, cause with gc disabled this "leaks" to garbage.
# Note: This is a kafka-python customization, details at:
# https://github.com/dpkp/kafka-python/pull/979#discussion_r100403389
# del X
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why drop this customization?

@wbarnha
Copy link
Collaborator

wbarnha commented Nov 5, 2023

No longer necessary, since #2398 has been merged. Closing.

@wbarnha wbarnha closed this Nov 5, 2023
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.

5 participants