-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support python 3.11 ? #61
Comments
I'll look into it. In the reference issue, the problem seems not to be in this package, we are just receiving from a queue. @nvuillam Could you provide a small script to reproduce? |
The queue seems to be managed by multiprocessing-logging , and when we use it without parallizing the process there is no issue I am unfortunately unable to reproduce the issue, but @llaville maybe you can help ? |
@jruere, /cc @nvuillam I'll be short in time, and did not provide any more help this afternoon until tomorrow morning ! But here is a quick steps to follows :
As I've disable PARALLEL mode in my config file => https://github.com/llaville/php-compatinfo-db/blob/master/.mega-linter.yml#L38 |
My platform is :
|
Thanks for the help! |
@jruere is there some news ? |
I completely forgot! I'm not available next week I'll take a note to work on this the other week. Sorry for the delay. |
Any updates? |
No news since a very long time. BTW, as I've migrated from MegaLinter v6 to v7 today, I've no more PARALLEL issue. Certainly because MegaLinter v6 use Python 3.11, while MegaLinter v 7 use Python 3.12 @nvuillam You should close this report ! |
@llaville i think the fix has been released :) |
It seems that with Python 3.11, sometimes there is the following crash
You can see more details in oxsecurity/megalinter#2425
Would it be possible to provide a fix ?
Many thanks ! :)
cc @llaville
The text was updated successfully, but these errors were encountered: