-
Notifications
You must be signed in to change notification settings - Fork 377
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
Python 3.12 removed asyncore module #204
Comments
arkamar
added a commit
to arkamar/gentoo
that referenced
this issue
Jun 22, 2023
Library is broken with py3.12 because of removed asyncore module. Upstream-issue: seb-m/pyinotify#204 Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
arkamar
added a commit
to arkamar/gentoo
that referenced
this issue
Jun 22, 2023
Library is broken with py3.12 because of removed asyncore module. Upstream-issue: seb-m/pyinotify#204 Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this issue
Jun 22, 2023
Library is broken with py3.12 because of removed asyncore module. Upstream-issue: seb-m/pyinotify#204 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: #31572 Signed-off-by: Michał Górny <mgorny@gentoo.org>
16 tasks
Maybe this project is no longer maitained. Try:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library is broken with Python 3.12 because of removed
asyncore
modulePython 3.11 prints this warning:
The text was updated successfully, but these errors were encountered: